diff options
Diffstat (limited to 'info/setup.html')
-rw-r--r-- | info/setup.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/info/setup.html b/info/setup.html new file mode 100644 index 0000000..0566712 --- /dev/null +++ b/info/setup.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<head> +<title>Andean Abyss - Setup</title> +<style> +html{background-color:slategray} +body{display:flex;flex-wrap:wrap;gap:24px;margin:24px;justify-content:center;} +div{width:1020px;height:1320px;box-shadow:1px 1px 8px #0008;background-size:cover;} +</style> +</head> +<body> +<div id="page1" style="background-image:url(setup-fs8.png)"></div> |