summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html74
1 files changed, 1 insertions, 73 deletions
diff --git a/index.html b/index.html
index 636f33a..7dfaffa 100644
--- a/index.html
+++ b/index.html
@@ -1,73 +1 @@
-<!doctype html>
-<html lang=en>
-<meta charset=utf-8>
-<meta name=viewport content="width=device-width,initial-scale=1">
-<title>Micro Roguelike</title>
-<style>
-section{display:none;min-height:100vh}#s:target,#g:target,#b:target,#e:target,#h:target,#p:target,#i:target,#c:target,#v:target,#d:target,#w:target{display:block}html:not(:has(:target))#s{display:block}
-</style>
-
-<section id=s>
- <p>micro roguelike</p>
- <p>learn fast. die often.</p>
- <p><a href=#g>start</a></p>
-</section>
-
-<section id=g>
- <p>gate</p>
- <p>ruin. dark ahead.</p>
- <p><a href=#b>left</a> <a href=#e>right</a> <a href=#h>in</a></p>
-</section>
-
-<section id=b>
- <p>bones</p>
- <p>torch burns. dark favors walls.</p>
- <p><a href=#h>take torch</a> <a href=#p>move on</a></p>
-</section>
-
-<section id=e>
- <p>beast</p>
- <p>one eye opens. <a href=#d>eaten</a></p>
-</section>
-
-<section id=h>
- <p>hall</p>
- <p>stairs. bronze door. wall crack.</p>
- <p><a href=#p>stairs</a> <a href=#i>door</a> <a href=#c>crack</a></p>
-</section>
-
-<section id=p>
- <p>pit</p>
- <p>too wide. dark below.</p>
- <p><a href=#d>jump</a> <a href=#v>edge</a></p>
-</section>
-
-<section id=i>
- <p>idol</p>
- <p>gold at its feet. head bowed.</p>
- <p><a href=#d>gold</a> <a href=#c>bow</a> <a href=#h>back</a></p>
-</section>
-
-<section id=c>
- <p>crack</p>
- <p>cold air. barely wide enough.</p>
- <p><a href=#v>squeeze</a> <a href=#h>return</a></p>
-</section>
-
-<section id=v>
- <p>vault</p>
- <p>crown. small key.</p>
- <p><a href=#d>crown</a> <a href=#w>key</a> <a href=#g>leave</a></p>
-</section>
-
-<section id=d>
- <p>dead</p>
- <p><a href=#g>again</a></p>
-</section>
-
-<section id=w>
- <p>key taken</p>
- <p>the gate opens. dawn.</p>
- <p><a href=#g>again</a></p>
-</section>
-</html>
+<!doctype html><style>body>div{display:none}body>div:target{display:block}</style><div id=g><p>gate<p>ruin.dark ahead.<p><a href=#b>left</a> <a href=#e>right</a> <a href=#h>in</a></div><div id=b><p>bones<p>torch burns.dark favors walls.<p><a href=#h>take</a> <a href=#p>on</a></div><div id=e><p>beast<p>one eye opens.<a href=#d>eaten</a></div><div id=h><p>hall<p>stairs.bronze door.wall crack.<p><a href=#p>stairs</a> <a href=#i>door</a> <a href=#c>crack</a></div><div id=p><p>pit<p>too wide.dark below.<p><a href=#d>jump</a> <a href=#v>edge</a></div><div id=i><p>idol<p>gold at its feet.head bowed.<p><a href=#d>gold</a> <a href=#c>bow</a> <a href=#h>back</a></div><div id=c><p>crack<p>cold air.barely wide enough.<p><a href=#v>squeeze</a> <a href=#h>return</a></div><div id=v><p>vault<p>crown.small key.<p><a href=#d>crown</a> <a href=#w>key</a> <a href=#g>leave</a></div><div id=d><p>dead<p><a href=#g>again</a></div><div id=w><p>key taken<p>gate opens.dawn.<p><a href=#g>again</a></div>