-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavio.html
35 lines (30 loc) · 1010 Bytes
/
navio.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
<!DOCTYPE html>
<html lang="pt-br" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contos de Gerome</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="gerome.css">
</head>
<body>
<header>
<div class="menu">
<h1><img id=Logo src="Logo.png"></h1>
<nav>
<ul>
<li><a href="gerome.html"> Gerome</a></li>
<li><a href="descrição.html"> Descrição Física</a></li>
<li><a href="personalidade.html"> Personalidade</a></li>
<li><a href="história.html"> História</a></li>
<li><a href="filosofia.html"> Filosofia</a></li>
<li><a href="navio.html"> Navio</a></li>
</ul>
</nav>
</div>
</header>
<h1 class="titulo">Navio: <em>Galeão Andrômeda</em></h1>
<img id=Navio src="andrômeda.jpg">
<img id=Navio2 src="Navio.jpg">
<p>O grande navio de velas negras</p>
</body>
</html>