diff options
| -rw-r--r-- | index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..764c4ec --- /dev/null +++ b/index.html @@ -0,0 +1,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> |
