-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (31 loc) · 881 Bytes
/
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
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Leitora Neurótica</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="./img/folha.png">
</head>
<body>
<header>
<img src="img/paula.png">
<div class="menu-links">
<a class="links" href="">Página inicial</a>
<a class="Outro" href="">Sobre nós</a>
<a class="Outro" href="">Resenhas</a>
<a class="Outro" href="">Filmes</a>
<a class="Outro" href="">Séries</a>
<a class="Outro" href="">Muito mais</a>
<a class="Outro" href="">Contato</a>
</div>
</header>
<footer>
<p>Quer nos acompanhar nas redes sociais? Clique nos links!"</p>
<img class="imagens" src="img/instagram1.jpg">
<img class="imagens" src="img/facebook1.png">
<img class="imagens" src="img/pinterest1.png">
<div class="description">
</div>
</footer>
</body>
</html>