mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 13:09:14 +00:00
11 lines
235 B
HTML
11 lines
235 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p style="color: green">This is text</p>
|
|
<p style="color: green">This is more text</p>
|
|
<p style="color: green">This is yet more text</p>
|
|
<p style="color: green">This is even more text</p>
|
|
</body>
|
|
</html>
|
|
|