-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Adote um PET</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="estilo.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pet Shop Resilia</title>
</head>
<body>
<header>
<div class="caixa1">
<h1>Adote aqui!</h1>
</div>
<div class="caixa2"></div>
<nav class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="style.css">Sobre</a></li>
<li><a href="contato.html">Contatos</a></li>
</ul>
</nav>
</header>
<main>
<div class="animais">
<img src="Cachorro2.jpg" alt="cachorro marrom com olhar meigo">
<img src="Cachorro8.jpg" alt="cachorro marrom com a língua para fora">
<img src="Cachorro4.jpg" alt="Cachorro marrom sentado na areia">
<img src="Gato2.jpg" alt="Gato cinza e branco com a boca aberta">
</div>
</main>
<footer>
<p class="copyright">© Tiago Medeiros (Resilia, 2021) - Todos os direitos reservados</p>
</footer>
</body>
</html>