summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-06-17 01:34:20 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-06-17 01:34:20 -0400
commitfa2d9b6f912b48f4968f012bce5f14d225395a77 (patch)
tree4f5e5935dcbcb3a6179f38d4c2e2592d28939cf0 /client/index.html
parentdelete compiled js (diff)
downloadtuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.gz
tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.tar.bz2
tuxman-fa2d9b6f912b48f4968f012bce5f14d225395a77.zip
layout changed
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 4d19ec0..5e76fbc 100644
--- a/client/index.html
+++ b/client/index.html
@@ -14,7 +14,8 @@
<input type="text" id="player_name" name="name" placeholder="Player Name">
<input type="submit" value="Join!"/>
</form>
- <div id="lobby">
+ <input id="mapeditor" type="button" value="Map Editor">
+ <div id="lobby" style="display: none;">
<span>Players:</span>
<div id="players"></div>
<input type="button" id="start" value="Start Game"/>