summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0661091..aa3a25b 100644
--- a/index.html
+++ b/index.html
@@ -130,6 +130,11 @@
</ul>
</div>
+ <div id='lethality-selector' class='hidden'>
+ <button id='lethal'>Lethal</button>
+ <button id='non-lethal'>Non-lethal</button>
+ </div>
+
<script src='main.mjs' type='module'></script>
</body>
</html>