summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 14:13:25 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 14:13:25 -0500
commite998052cb2d8aea08b5af77c4611d08d9623c169 (patch)
tree98746b69e779e3af6132e581f1e3afa2cd2e7d2f /index.html
parenta5629c55b5575a590f9e8c7884c3bd532c3ed063 (diff)
downloadmolsim2-e998052cb2d8aea08b5af77c4611d08d9623c169.tar.gz
molsim2-e998052cb2d8aea08b5af77c4611d08d9623c169.zip
First pass at lethal/non-lethal marking.
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>