aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 51bcab9..bbac0a6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,8 +13,8 @@
<h1>rogue.js</h1>
</div>
<canvas id="gameboard" class="center" width="512" height="416"></canvas>
- <button id="newgame" type="button" title="New Game">New Game</button>
- <button id="leave" type="button" title="Leave Game">Leave Game</button>
+ <button id="joingame" type="button" title="Join Game">Join Game</button>
+ <button id="leavegame" type="button" title="Leave Game">Leave Game</button>
<button id="wsButton" type="button" title="Open WebSocket connection">
Open WebSocket connection
</button>