-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.35 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quiz</title>
<link rel="icon" type="image/png" href="./imagens/pixilart-drawing.png">
<link rel="stylesheet" href="./Estilo Visual/style.css">
</head>
<body>
<div class="logo"></div>
<fieldset>
<legend><h1><stron><img width="80" height="80" src="./imagens/pixilart-drawing.png">Geek Quiz</stron></h1></legend>
</div>
<div class="Inicio">
<h2> Consegue respoder todas as 05 perguntas?</h2>
<center><img width="350" height="400" src="./imagens/20 de mai. de 2025, 20_00_08.png" alt="Quarto bagunçado" class="cl-img"></center>
<p>Olá caro aventureiro, vejo que encontrou meu Site/Quarto,as pessoas não costumam vir muito aqui, minha mãe diz que<br/>
esse lugar tem cheiro de Cheetos. Sabe, não tenho muitos amigos para conversar, então para passar o tempo desenvolvi <br/>
algumas perguntas bem desafiantes que somente um outro nerd fedido conseguiria resolver. Acha que consegue resolver todas?</p><br/>
<a href="./pergunta1.html"><button>VAMOS LÁ</button></a>
</div>
</fieldset>
</body>
</html>