mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 20:32:40 +00:00
9 lines
149 B
HTML
9 lines
149 B
HTML
|
<!DOCTYPE html>
|
||
|
<body>
|
||
|
<p>First</p>
|
||
|
<p style="color: green">
|
||
|
<div style="border: 2px solid black">Second</div>
|
||
|
</p>
|
||
|
<p>Third</p>
|
||
|
</body>
|