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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 0ec3a1f..d4a9733 100644 --- a/public/index.html +++ b/public/index.html @@ -358,6 +358,16 @@ </form> </dialog> + <dialog id="clear-hex"> + <p>Clear hex contents?</p> + <div> + <form> + <button value="cancel" formmethod="dialog">Cancel</button> + <button value="confirm" formmethod="dialog">Confirm</button> + </form> + </div> + </dialog> + <input type="file" accept="image/svg+xml" /> <script src="index.js"></script> |