]> Untitled Git - go.git/blob - web/static/index.html
Switched to nginx alpine
[go.git] / web / static / index.html
1 <center>
2 <canvas id="game-canvas" width="800" height="800"></canvas>
3 </center>
4 <div id="controls">
5 <input id="new" type="button" value="New Game" />
6 <label for="stones">Choose a stone:</label>
7 <select name="stones" id="stones">
8   <option>Empty</option>
9   <option>White</option>
10   <option>Black</option>
11 </select>
12 </div>
13 <script src="go.js"></script>