now with basic game listing support

This commit is contained in:
R. Aidan Campbell
2016-03-11 10:17:34 -05:00
parent 265c711da5
commit de7dcbb675
2 changed files with 40 additions and 20 deletions

View File

@@ -67,11 +67,7 @@
<div id="gameSelection" class="mdl-select">
<p>Select a game to run</p>
<select id="selectGame">
<option value="game_id_1">Game Name 1</option>
<option value="game_id_2">Game Name 2</option>
<option value="game_id_3">Game Name 3</option>
</select>
<select id="selectGame"> </select>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" id="startGameButton">Run Game</button>
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent" id="quitGameButton">Quit Current Game</button>
</div>