mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
22 lines
231 B
HTML
22 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>
|
|
|