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

10 lines
588 B
HTML
Raw Normal View History

2018-09-18 06:37:59 +08:00
<div id="title-screen">
2019-01-28 09:57:18 +08:00
<canvas id="logo"></canvas>
2019-01-05 23:54:06 +08:00
<div class="click-to-continue stroke-sub" id="title-proceed"></div>
2018-09-18 06:37:59 +08:00
</div>
<div id="lang">
2019-01-22 03:33:33 +08:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 38" id="lang-icon"><circle cx="19" cy="19" r="19"/><path d="M19 4V34M19 4C13 4 9 12 9 19 9 26 13 34 19 34 25 34 29 26 29 19 29 12 25 4 19 4ZM6 11H32M4 19H34M6 27h26" style="fill:none;stroke-width:2;stroke:#fff"/><circle cx="19" cy="19" r="15" style="fill:none;stroke-width:2;stroke:#fff"/></svg>
<div id="lang-id" class="stroke-sub"></div>
<select id="lang-dropdown"></select>
</div>