summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about.html1
-rw-r--r--info/setup-fs8.pngbin0 -> 146947 bytes
-rw-r--r--info/setup.html11
-rw-r--r--info/setup.pngbin0 -> 319621 bytes
4 files changed, 12 insertions, 0 deletions
diff --git a/about.html b/about.html
index 24dcf10..89f1f72 100644
--- a/about.html
+++ b/about.html
@@ -24,6 +24,7 @@ Cover art by Rodger B. MacGowan © 2012.
<ul>
<li><a href="/andean-abyss/info/rulebook.html">Rules of Play</a>
<li><a href="/andean-abyss/info/playbook.html">Playbook</a>
+<li><a href="/andean-abyss/info/setup.html">Setup</a>
<li><a href="/andean-abyss/info/pac.html">Player Aids</a>
<li><a href="/andean-abyss/info/cards.html">Cards</a>
<li><a href="/andean-abyss/info/notes.html">Implementation Notes</a>
diff --git a/info/setup-fs8.png b/info/setup-fs8.png
new file mode 100644
index 0000000..b6e311e
--- /dev/null
+++ b/info/setup-fs8.png
Binary files differ
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
new file mode 100644
index 0000000..db405d5
--- /dev/null
+++ b/info/setup.png
Binary files differ