-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.01 KB
/
index.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
<!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="style.css">
<script defer src="./script.js"></script>
<title>Seu Futuro</title>
</head>
<body>
<main class="container">
<img src="https://gist.githubusercontent.com/maykbrito/0acdf4ce919838ffed50915a31fc5b23/raw/6f4dd01ec3116428ec4c99255944cb9ac7927590/cristal-ball.svg" alt="uma ilustração de uma bola de cristal" />
<h1>Vou revelar seu destino!</h1>
<p>Clique em fazer pergunta para que seu destino seja revelado (Perguntas de SIM ou NÃO)</p>
<input id="inputPergunta" type="text" placeholder="Digite sua pergunta" />
<button id="button">Fazer Pergunta</button>
<div id="campo">
<div id="campo-pergunta"></div>
<div id="campo-resposta"></d>
</div>
</main>
</body>
</html>