diff options
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> |