-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 729 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>PetShop Aumigos</title>
<link rel='stylesheet' href='reset.css'>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<header class="cabecalho">
<div class="container">
<span class="cabecalho menu-hamburguer"></span>
<img src="img/logo.svg" alt="logotipo da biblioteca alura">
</div>
<div>
<a href="#"> <img src="img/Favoritos.svg" alt="meus favoritos"></a>
<a href="#"> <img src="img/Emprestimos.svg" alt="meus emprestimos"></a>
<a href="#"> <img src="img/Usuario.svg" alt="meu perfil"></a>
</div>
</header>
</body>
</html>