mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-07 01:32:49 +00:00
8 lines
140 B
HTML
8 lines
140 B
HTML
<html>
|
|
<body>
|
|
<div style="background: blue; height: 100px;">
|
|
<div style="background: purple; height: 50px;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|