-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguerreiro_2.html
30 lines (27 loc) · 1.09 KB
/
guerreiro_2.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
<!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_2.js"></script>
</head>
<body>
<div>
<h2>
Mais rápido que o seu pensamento a Esfinge ataca com suas garras poderosas.
Seus modestos equipamentos não forneceram defesa alguma diante da fera, deixando você gravemente ferido.
Ainda com o sentidos nublados você escuta a criatura dizer: “Decifra-me ou te devoro”.
O que você faz?
</h2>
<ul>
<li> <h3> 1 – Fica imóvel, tentando se recuperar e talvez despertando algum tipo de piedade na fera. </h3></li>
<li><h3> 2 - Tenta atacar com toda a força que resta. </h3></li>
<li><h3> 3 - Usa suas últimas forças para perguntar o que a criatura quer saber. </h3></li>
</ul>
</div>
<button type="button" onclick="escolha()">
Escolha a alternativa
</button>
</body>
</html>