aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2019-12-04 20:07:23 -0500
committerMatt Kohls <mattkohls13@gmail.com>2019-12-04 20:07:23 -0500
commit418b89ccebdddd5bac995393a0d9945debaf0d7f (patch)
treef538a4c115d5ee4716ca0d59ba6c4f8589c2ac36 /public/index.html
parent484d7613dbc7d8064e524e8c751d92f06e481616 (diff)
downloadrogue.js-418b89ccebdddd5bac995393a0d9945debaf0d7f.tar.gz
rogue.js-418b89ccebdddd5bac995393a0d9945debaf0d7f.tar.bz2
rogue.js-418b89ccebdddd5bac995393a0d9945debaf0d7f.zip
More bits, client now gets response from server
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index bbac0a6..39f2afc 100644
--- a/public/index.html
+++ b/public/index.html
@@ -15,9 +15,6 @@
<canvas id="gameboard" class="center" width="512" height="416"></canvas>
<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>
<button id="wsSendButton" type="button" title="Send WebSocket message">
Send WebSocket message
</button>