-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (50 loc) · 1.81 KB
/
index.html
File metadata and controls
61 lines (50 loc) · 1.81 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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Viajando o mundo</title>
<link rel="shortcut icon" href="images/favicon.svg" type="image" />
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@500;700&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<img
id="globo"
src="images/img1.jpg"
alt="mulher de rabo de cavalo, camiseta cinza manuseando o globo terrestre com marcações do logotipo da empresa">
<h1>O seu próximo <span>destino</span> pode estar aqui...</h1>
<p>Aqui você encontra uma seleção de <span>pacotes completos</span> para as suas férias!
<br/>
<br/>
Na <strong>Flutuar</strong> você encontra pacotes de viagens nacionais e internacionais que incluem:
passagens aéreas, hotéis, café da manhã, e até seguro viagem com <span>preços arrasadores</span>!
<br/>
<br/>
Se você ainda não tem um destino definido, confira nossa seção de ofertas.
</p>
<div class="line"></div>
<div id="footer">
<a target="_blank"
href="http://viagensincriveis.com.br/destinos">
Destinos
</a>
<a
target="_blank"
href="http://viagensincriveis.com.br/ofertas">
Ofertas
</a>
<a
target="_blank"
href="maito:contato@viagensincriveis.com">
Contato
</a>
</div>
<img
id="onda"
src="images/Wave.jpg"
alt="onda na cor roxa na parte inferior da tela ocupando de um extremo ao outro">
</body>
</html>