mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-09 07:32:04 +00:00
12 lines
221 B
HTML
12 lines
221 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div>
|
|
<div style="border: 10px solid green">
|
|
<span style="background-color: purple">Hello</span>
|
|
<span style="background-color: orange">World</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|