mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
9 lines
155 B
HTML
9 lines
155 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>First</div>
|
|
<div style="color: green">
|
|
Second
|
|
<div style="text-decoration: underline">Third</div>
|
|
</div>
|
|
</body>
|