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-05-20 12:56:42 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-20 12:56:42 -0700 |
commit | 1818218abb9451a96ad779ecba875d01878d77ef (patch) | |
tree | 633ef981c764622819032d0dc84328ea78cb5bbe /public/index.html | |
parent | 4d133b7181241adca3867afae721eb0962e4e645 (diff) |
WIP: record sheet layout
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html index 0a27b61..2117363 100644 --- a/public/index.html +++ b/public/index.html @@ -162,6 +162,7 @@ <!-- 1st Squad, 3rd Platoon, Bravo Company, 2nd Battalion<br> 17th Kestral Mechanized Infantry --> </p> + <div class="records"></div> </div> <div id="defender-record"> <!-- <img class="logo" src="logo-liao.png" /> --> @@ -177,6 +178,7 @@ <!-- 2nd Squad, 1st Platoon, 3rd Company, 2nd Battalion<br> Aldebaran Home Guard --> </p> + <div class="records"></div> </div> </div> </div> |