-
Notifications
You must be signed in to change notification settings - Fork 0
/
curiosidade.html
50 lines (42 loc) · 1.39 KB
/
curiosidade.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
46
47
48
49
50
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="src/css/reset.css">
<link rel="stylesheet" href="src/style.css">
<title>Saiude ambiental</title>
<link rel="shortcut icon" href="imagens/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
</head>
<body>
<header>
<h1>Saúde Ambiental</h1>
<p>Especialista em Dedetização</p>
</header>
<nav>
<a href="index.html">Home</a>
<a href="faleconosco.html">Fale Conosco</a>
</nav>
<main>
<article >
<h1>Você sabia o poder desses produtos</h1>
</article>
</main>
<footer >
<p>Direitos autorais da empresa x</p>
<ul class="redes_sociais">
<li>
<a href="https://wa.me/558591356116" title="Enviar mensagen no whatsap" target="_blank">
<i class="fab fa-whatsapp"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/trsaudeambiental/?igsh=Y3I0Z3NnMTZ2a2g1" title="Ir para o Instagran" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</footer>
</body>
</html>