all repos — aaoth.xyz @ 8d50910cddf72fa3e2ea019786fd9f323b7d4e9c

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}
24</style>
25<title>aaoth.xyz</title>
26	</head>
27	<body>
28		<h1>Wait</h1>
29		<p>There's nothing yet, but soon</p>
30	</body>
31</html>