diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-25 15:28:09 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:15 +0200 |
commit | f40f5ba5e04dfa22cf7565330f4da0fbafc68436 (patch) | |
tree | e2f01c31015f1d31a69f1bc03d3a2f24f2dfdee7 /info | |
parent | 3bea3cbdf46d84a2476404bb07ff16ea14a4e637 (diff) | |
download | andean-abyss-f40f5ba5e04dfa22cf7565330f4da0fbafc68436.tar.gz |
SETUP RULES
Diffstat (limited to 'info')
-rw-r--r-- | info/setup-fs8.png | bin | 0 -> 146947 bytes | |||
-rw-r--r-- | info/setup.html | 11 | ||||
-rw-r--r-- | info/setup.png | bin | 0 -> 319621 bytes |
3 files changed, 11 insertions, 0 deletions
diff --git a/info/setup-fs8.png b/info/setup-fs8.png Binary files differnew file mode 100644 index 0000000..b6e311e --- /dev/null +++ b/info/setup-fs8.png 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> diff --git a/info/setup.png b/info/setup.png Binary files differnew file mode 100644 index 0000000..db405d5 --- /dev/null +++ b/info/setup.png |