diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 14:13:25 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 14:13:25 -0500 |
commit | e998052cb2d8aea08b5af77c4611d08d9623c169 (patch) | |
tree | 98746b69e779e3af6132e581f1e3afa2cd2e7d2f /index.html | |
parent | a5629c55b5575a590f9e8c7884c3bd532c3ed063 (diff) | |
download | molsim2-e998052cb2d8aea08b5af77c4611d08d9623c169.tar.gz molsim2-e998052cb2d8aea08b5af77c4611d08d9623c169.zip |
First pass at lethal/non-lethal marking.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |