index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index 1471cdc..14410e9 100644 --- a/public/index.html +++ b/public/index.html @@ -3,11 +3,6 @@ <head> <title>Infantry Combat Solo Basic</title> <link rel="stylesheet" href="assets/css/style.css"> - <script> - const source = new EventSource('/esbuild'); - source.addEventListener('change', () => location.reload()); - // source.addEventListener('message', (e) => console.log(e)); - </script> </head> <body> <template id="damage-block"> |