diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-12-09 23:27:55 -0500 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-12-09 23:27:55 -0500 |
commit | 421d3cee6dfad58fd48c2684da7494e730a16830 (patch) | |
tree | aa88ef6301ade2b1fbaf873e7a374a20e2947a38 /public/index.html | |
parent | c8a5d3a7597fc5b943a04e13aa8f3b01afdb3c48 (diff) | |
download | rogue.js-master.tar.gz rogue.js-master.tar.bz2 rogue.js-master.zip |
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 47bcec0..5369ebd 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@ <canvas id="gameboard" class="center" width="512" height="416"></canvas> <div class="center"> <table class="center"> - <tr><td><button id="joingame" type="button" title="Join Game">Join Game</button></td><td></td><td><button id="up">Up</button></td><td></td><td></td> + <tr><td><button id="joingame" type="button" title="Join Game">Join Game</button></td><td></td><td><button id="up">Up</button></td><td></td><td><button id="wait">Wait</button></td> </tr> <tr><td><button id="leavegame" type="button" title="Leave Game">Leave Game</button></td><td><button id="left">Left</button></td><td><button id="stairs">Stairs</button></td><td><button id="right">Right</button></td><td></td> </tr> |