diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-12-04 20:07:23 -0500 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-12-04 20:07:23 -0500 |
commit | 418b89ccebdddd5bac995393a0d9945debaf0d7f (patch) | |
tree | f538a4c115d5ee4716ca0d59ba6c4f8589c2ac36 /public/index.html | |
parent | 484d7613dbc7d8064e524e8c751d92f06e481616 (diff) | |
download | rogue.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.html | 3 |
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> |