mirror of
https://github.com/servo/servo.git
synced 2025-06-11 10:00:18 +00:00
8 lines
199 B
HTML
8 lines
199 B
HTML
<html>
|
|
<body>
|
|
<div style="top: 5px; left: 5px; height: 5px; width: 5px; position: fixed;">
|
|
<div style="height: 100px; width: 100px; background: black;"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|