mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
8 lines
290 B
HTML
8 lines
290 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body style="overflow:hidden; height:3000px">
|
||
|
<div style="position:absolute; background:black; top:0; left:0; width:500px; height:100px;"></div>
|
||
|
<div style="position:absolute; background:blue; top:200px; left:0; width:500px; height:400px;"></div>
|
||
|
</body>
|
||
|
</html>
|