-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (32 loc) · 1.03 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="PT-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="jogo.css" media="screen">
<title> De volta pra casa</title>
</head>
<body>
<header>
<nav>
<h1><strong> De volta para casa</strong> </h1>
</nav>
</header>
<div>
<h3> Escolha o seu personagem </h3>
</div>
<main>
<ul class="personagens">
<a href="guerreiro.html">
<li><h3>Guerreiro</h3><img id="img-redonda" src="guerreiro1.png" alt="" ></li>
</a>
<a href="maga.html">
<li> <h3>Maga</h3> <img id="img-redonda" src="maga2.png.opdownload" alt="" > </li>
</a>
<a href="robo.html">
<li> <h3>Robô</h3><img id="img-redonda" src="robo3.png" alt=""></li>
</a>
</ul>
</main>
<footer><a> Tiago Medeiros - ® Nenhum Direito Reservado </a></footer>
</body>
</html>