-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
40 lines (36 loc) · 1.47 KB
/
index2.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
37
38
39
40
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Questionário</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css">
</head>
<body>
<div class="quiz">
<div class="caixa-principal">
<h1>O quanto você conhece a Gaby</h1>
<div class="caixa-perguntas"></div>
<div class="caixa-alternativas"></div>
<div class="caixa-resultado">
<p class="texto-resultado"></p>
</div>
</div>
</div>
<script src="script.js"></script>
<section class="contato">
<a href="index2.html" class="email" target="_blank">Voltar ao início</a>
</div></section>
<hr/>
<footer class="rodapé">
<p class="copyright">© Copyright Colégio Estadual Cívico-Militar , Prof. Francisco Villanueva - 2024</p>
</footer>
</body>
</html>