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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index e952f81..4a5752d 100644 --- a/public/index.html +++ b/public/index.html @@ -246,6 +246,9 @@ <input type="file" accept="image/svg+xml"/> + <script> + // new EventSource('/esbuild').addEventListener('change', () => location.reload()); + </script> <script src="index.js"></script> <script src="soldier_record_block.js"></script> </body> |