-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 889 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 889 Bytes
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
<!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>Você decide o futuro da IA</title>
</head>
<body>
<div class="caixa-principal">
<h1>Você decide o futuro do IA</h1>
<div class="caixa-perguntas">
Você já sabe quais são as perguntas que irão nortear sua missão ?
</div>
<div class="caixa-alternativas">
<button>Sim, eu já sei</button>
<button>Não, estou ajustando algumas coias</button>
</div>
<div class="caixa-resultado">
<p class="texto-resultado">
E o seu texto final, já está pronto ?
</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>