blob: 764c4ec8d48081a172196ac7e86b11915ee4ddd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<style>
* {
margin: 0;
padding: 0;
}
html {
font-family: sans-serif;
background: black;
}
body {
color: white;
margin-left: auto;
margin-right: auto;
width: auto;
max-width: 800px;
}
h1 {
border-bottom: 1px solid white;
}
</style>
<title>aaoth.xyz</title>
</head>
<body>
<h1>Wait</h1>
<p>There's nothing yet, but soon</p>
</body>
</html>
|