-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal.html
More file actions
49 lines (37 loc) · 1.3 KB
/
final.html
File metadata and controls
49 lines (37 loc) · 1.3 KB
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
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>O fim</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="logo.png" class="logo">
<nav>
<ul>
<li><a href="index.html">Início</a></li>
<li><a href="peru.html">Ponto 1</a></li>
<li><a href="caribe.html">Ponto 2</a></li>
<li><a href="italia.html">Ponto 3</a></li>
<li><a href="egito.html">Ponto 4</a></li>
<li><a href="toquio.html">Ponto 5</a></li>
<li><a href="final.html">Final</a></li>
</ul>
</nav>
</header>
<h1>O Final</h1>
<img class="img2" src="travel.gif">
<h2>E após um mês longo de viagens inesquecíveis, finalmente voltamos ao nosso Brasil</h2>
<p>E essa seria a minha viagem perfeita, é isso.</p>
<img class="img" src="joia2.png">
<section></section>
<a href="#" class="btn"></a>
<footer>
<img src="logo.png" class="logo2">
</footer>
</body>
</html>