restructure
This commit is contained in:
14
public/src/views/game.html
Normal file
14
public/src/views/game.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div id='game'>
|
||||
<h3 alt="" class="stroke-sub game-song"></h3>
|
||||
|
||||
<canvas id='canvas'></canvas>
|
||||
|
||||
<div id='pause-menu'>
|
||||
<div class='window'>
|
||||
<button type='button' id='continue-butt'>Continue</button>
|
||||
<button type='button' id='restart-butt'>Restart</button>
|
||||
<button type='button' id='song-selection-butt'>Song selection</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user