diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-07-30 20:48:09 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-07-30 20:48:09 +0300 |
| commit | de61b36fdb01aac8f8955eaa7051d258eb1fc077 (patch) | |
| tree | 28939d0d96008f259caa753adece798cbdf0d935 | |
| parent | 0aef38d679c1641beccf7b57af238a230afdc9e7 (diff) | |
| download | aaoth.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.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> |
