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-07-28 14:36:56 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-28 14:36:56 -0700 |
commit | e746cfb216836e26a6c060558278d724bd3ed5d5 (patch) | |
tree | 394bc3919bab295f9a22128d8aee39555a35f3aa /public | |
parent | d75fb0b37c7dbfb58b14f563b1dc3fb2a73305b7 (diff) |
Add clear hex contents dialog
Diffstat (limited to 'public')
-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> |