add temporary webpage i dunno, just something to be there, while i'm planning future work.
la-ninpre leobrekalini@gmail.com
Thu, 30 Jul 2020 20:48:09 +0300
1 files changed,
31 insertions(+),
0 deletions(-)
jump to
A
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>