Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index a846733..d907d05 100644
--- a/public/index.html
+++ b/public/index.html
@@ -121,8 +121,12 @@
<span class="inning-bottom">◒</span>
</span>
<button id="show-dialog" type="button">Change map</button>
- <button id="fullscreen" type="button">Fullscreen</button>
<button id="download-save" type="button">Save</button>
+ <button id="upload-save" type="button">Load</button>
+ <button id="fullscreen" type="button">
+ <img src="assets/images/icon_full_screen.png" height="12" />
+ </button>
+
<span style="white-space: nowrap;">
Prone: <input type="checkbox" id="toggle-prone-counter" />
<button type="button" class="set-firing-arc" data-size="small">
@@ -197,6 +201,8 @@
</form>
</dialog>
+ <input type="file" accept="image/svg+xml"/>
+
<script src="index.js"></script>
<script src="soldier_record_block.js"></script>
</body>