index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-12 10:50:06 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-12 10:50:06 -0700 |
commit | 16fc0bf7938071b400364d705f9ac859068be5f3 (patch) | |
tree | 94c16f2c477dbf1d6e2b4e9e11403f1f5f01fc68 /public/index.html | |
parent | 333931c82cd3c9aee6d09319a273c9735a0fdca8 (diff) |
WIP: modify dev server to use as test server, also
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"> |