mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
17 lines
191 B
HTML
17 lines
191 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
body { margin: 0px; }
|
||
|
div {
|
||
|
background: green;
|
||
|
width: 100px;
|
||
|
height: 100px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|