mirror of
https://github.com/CristianCruz0309/juego_secreto.git
synced 2026-08-15 10:57:59 +00:00
Buttons not responding in uploaded game (6a60fa3e0206be093c22291c)
This commit is contained in:
+2
-2
@@ -21,9 +21,9 @@
|
||||
<h1></h1>
|
||||
<p class="texto__parrafo"></p>
|
||||
</div>
|
||||
<input type="number" min="1" max="50" class="container__input">
|
||||
<input type="number" min="1" max="50" class="container__input" id="valorUsuario">
|
||||
<div class="chute container__botones">
|
||||
<button class="container__boton">Intentar</button>
|
||||
<button class="container__boton" id="intentar">Intentar</button>
|
||||
<button class="container__boton" id="reiniciar" disabled>Nuevo juego</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user