mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-10 14:32:44 +00:00
7 lines
138 B
HTML
7 lines
138 B
HTML
|
<!DOCTYPE html>
|
||
|
<body>
|
||
|
<p style="color: blue">First</p>
|
||
|
<p style="color: green">Second</p>
|
||
|
<p style="color: blue">Third</p>
|
||
|
</body>
|