-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguerreiro.html
29 lines (24 loc) · 929 Bytes
/
guerreiro.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
<!DOCTYPE html>
<html lang="PT-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="guerreiro.css" media="screen">
<title>Guerreiro</title>
<script src="guerreiro.js"></script>
</head>
<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>
<button type="button" onclick="escolha()">
Escolha a alternativa
</button>
</div>
</body>
</html>