This commit is contained in:
2020-09-04 20:01:50 +02:00
parent bb33748a30
commit 7495206d88
5 changed files with 9 additions and 12 deletions

View File

@ -97,10 +97,12 @@
</div>
<fieldset id="start">
<legend>Nouvelle partie</legend>
<label for="startLevel">Niveau</label>
<input type="number" id="startLevel" min="1" max="15" step="1">
<div></div>
<div>
<label for="startLevel">Niveau</label>
<input type="number" id="startLevel" min="1" max="15" step="1">
</div>
<button id="startButton" type="button" onclick="newGame()" disabled>JOUER</button>
<button id="settingsStartButton" type="button" onclick="showSettings()" disabled>OPTIONS</button>
</fieldset>
<div>
<button id="settingsButton" type="button" onclick="showSettings()" disabled>OPTIONS</button>
@ -109,4 +111,4 @@
<a href="leaderboard.php" target="_blank">TABLEAU DE SCORE</a>
</div>
</body>
</html>
</html>