Skip to content

Commit c823183

Browse files
committed
Add script sweetalert2
1 parent 803e395 commit c823183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3>Estou pensando em um número...</h3>
1515
<label>Qual seria?</label>
1616

1717
<input id = "value" type="text">
18-
<button type="submit" onclick="playGame()">Enviar</button>
18+
<button type="submit" class = btnSubmit>Enviar</button>
1919
<br/> <br/>
2020

2121
<h3>.: REGRAS :.</h3>
@@ -30,5 +30,6 @@ <h3><div id="qtdeTentativas"></div></h3>
3030
<div id="clue"></div>
3131
</section>
3232
<script type="text/javascript" src="script.js"></script>
33+
<script type="text/javascript" src="sweetalert2.all.js"></script>
3334
</body>
3435
</html>

0 commit comments

Comments
 (0)