mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
21 lines
231 B
HTML
21 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body, html {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
text-align: center;
|
|
}
|
|
div {
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>Foooooooooooooooooooooooooooooo</div>
|
|
</body>
|
|
</html>
|
|
|