-
Notifications
You must be signed in to change notification settings - Fork 0
/
feiticeiraFase3.html
36 lines (31 loc) · 987 Bytes
/
feiticeiraFase3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="projetofinal.css">
<script src="projetofinal.js"></script>
<title>Feiticeira Escalarte</title>
</head>
<body>
<h1> Feiticeira Fase 3!</h1>
<div class="fase">
<div class="imagemFase">
<img src="feiticeira2.jpeg" alt="feiticeira">
</div>
<div class="textoFase">
<p> Com que super heroi ela é casada e tem familia?</p>
<p>A- Lanterna Verde</p>
<p>B- Visão</p>
</div>
</div>
<button onclick="escolhaResposta('b','./ganhou.html')" >
Responder
</button>
<footer>
<p>Todos os direitos reservados</p>
<a href="https://github.com/LhaisCosta99"><p>Lhaís Costa 2022©</p></a>
</footer>
</body>
</html>