japanese-drum-game/public/src/views/game.html

15 lines
364 B
HTML
Raw Normal View History

2015-07-17 16:22:46 +08:00
<div id='game'>
2018-08-06 23:34:59 +08:00
<h3 alt="" class="stroke-sub game-song"></h3>
2015-07-17 16:22:46 +08:00
<canvas id='canvas'></canvas>
<div id='pause-menu'>
<div class='window'>
2018-08-06 19:04:02 +08:00
<button type='button' id='continue-butt'>Continue</button>
2015-07-17 16:22:46 +08:00
<button type='button' id='restart-butt'>Restart</button>
<button type='button' id='song-selection-butt'>Song selection</button>
</div>
</div>
</div>