Skip to content

Commit

Permalink
Revert "alterado para 10"
Browse files Browse the repository at this point in the history
This reverts commit e6bd2ea.

testeando o git revert
MarinaldoSilva committed Feb 24, 2024
1 parent e6bd2ea commit f81f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
<h1>Adivinhe o <span class="container__texto-azul">numero secreto</span></h1>
<p class="texto__paragrafo">Escolha um número entre 1 a 10</p>
</div>
<input type="number" min="1" max="10" class="container__input">
<input type="number" min="1" max="5" class="container__input">
<div class="chute container__botoes">
<button onclick="verificarChute()" class="container__botao">Chutar</button>
<button onclick="reiniciarJogo()" id="reiniciar" class="container__botao" disabled>Novo jogo</button>

0 comments on commit f81f41b

Please sign in to comment.