We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803e395 commit c823183Copy full SHA for c823183
index.html
@@ -15,7 +15,7 @@ <h3>Estou pensando em um número...</h3>
15
<label>Qual seria?</label>
16
17
<input id = "value" type="text">
18
- <button type="submit" onclick="playGame()">Enviar</button>
+ <button type="submit" class = btnSubmit>Enviar</button>
19
<br/> <br/>
20
21
<h3>.: REGRAS :.</h3>
@@ -30,5 +30,6 @@ <h3><div id="qtdeTentativas"></div></h3>
30
<div id="clue"></div>
31
</section>
32
<script type="text/javascript" src="script.js"></script>
33
+ <script type="text/javascript" src="sweetalert2.all.js"></script>
34
</body>
35
</html>
0 commit comments