mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 01:31:00 +00:00
8 lines
258 B
HTML
8 lines
258 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<meta name="viewport" content="width=800; height=1000; initial-scale=1.0">
|
|
<body>
|
|
<div style="position: fixed; background: lightblue; top: 0; left: 0; width:100px; height:100px; -moz-transform: translate(360px,0px);"/>
|
|
</body>
|
|
</html>
|