diff options
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> |