-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguerreiro_1_3.html
32 lines (28 loc) · 1.2 KB
/
guerreiro_1_3.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
30
31
32
<!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 type ="text/javascript" src="guerreiro_1.js"></script>
</head>
<body>
<div>
<h2>
Deixando de lado todo o seu treinamento em combate você corre floresta adentro em pânico.
Subitamente você esbarra em alguma coisa!
Uma esfinge! Metade homem, metade leão!
Garras e dentes afiadas com facas, olhos vermelhos que exalam uma inteligência assustadora!
O que você faz?!
</h2>
<ul>
<li> <h3> 1 – Foge o mais rápido possível! Obviamente você ainda não é páreo para uma Esfinge!. </h3></li>
<li><h3> 2 - Ergue o seu escudo e se prepara para defender o ataque da fera e talvez tentar um contra-ataque. </h3></li>
<li><h3> 3 - A melhor defesa é o melhor ataque! Você investe com tudo tentando cortar a cabeça da Esfinge!. </h3></li>
</ul>
</div>
<button type="button" onclick="escolha()">
Escolha a alternativa
</button>
</body>
</html>