-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaga.html
27 lines (25 loc) · 928 Bytes
/
maga.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
<!DOCTYPE html>
<html lang="PT-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="maga.css" media="screen">
<title>Maga</title>
<script type ="text/javascript" src="maga.js"></script>
</head>
<body>
<div>
<h2>
Você acorda sem repentinamente no meio de uma floresta. Você não sabe como foi parar ali e alguma coisa na sua cabeça diz que você tem que voltar para casa o mais rápido possível.
O que você faz?
</h2>
<ul>
<li> <h3> 1 – Olha em volta procurando alguma coisa interessante. </h3></li>
<li><h3> 2 - Para e pensa um pouco, tentando lembrar a direção de casa. </h3></li>
<li><h3> 3 - Sai correndo em uma direção aleatória. </h3></li>
</ul>
</div>
<button type="button" onclick="escolha()">
Escolha a alternativa
</button>
</body>
</html>