all repos — aaoth.xyz @ 9ac7559fbecc615d5459ea0c83982ad4dae992dd

aaoth.xyz website

index.html (view raw)

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