mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
14 lines
179 B
HTML
14 lines
179 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
</style>
|
|
<body>
|
|
<center><div style="height: 100px; width: 100px; background: green"></div></center>
|
|
</body>
|
|
</html>
|
|
|
|
|