aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-07-30 20:48:09 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-07-30 20:48:09 +0300
commitde61b36fdb01aac8f8955eaa7051d258eb1fc077 (patch)
tree28939d0d96008f259caa753adece798cbdf0d935
parent0aef38d679c1641beccf7b57af238a230afdc9e7 (diff)
downloadaaoth.xyz-de61b36fdb01aac8f8955eaa7051d258eb1fc077.tar.gz
aaoth.xyz-de61b36fdb01aac8f8955eaa7051d258eb1fc077.zip
add temporary webpage
i dunno, just something to be there, while i'm planning future work.
-rw-r--r--index.html31
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>