-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
76 lines (53 loc) · 2.31 KB
/
index2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Poema 2</title>
<link rel="stylesheet" href="estilos/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=first_page" />
<style>
body{
background-image: url(imagens/a-casa.jpg);
}
</style>
</head>
<body>
<header><h1>2. A Casa</h1>
<nav>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index1.html" target="_blank">Poema 1</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index2.html" target="_blank">Poema 2</a></li>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index3.html" target="_blank">Poema 3</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index4.html" target="_blank">Poema 4</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index5.html" target="_blank">Poema 5</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index6.html" target="_blank">Poema 6</a>
<a href="https://larissamicheli.github.io/projeto-vinicius-de-moraes/index7.html" target="_blank">Poema 7</a>
<a href="index.html">Voltar a Página Inicial <span class="material-symbols-outlined">
first_page
</span></a>
</nav>
</header>
<main>
<p>Era uma casa</p> <br>
<p>Muito engraçada</p><br>
<p>Não tinha teto</p><br>
<p>Não tinha nada</p><br>
<p>Ninguém podia</p><br>
<p>Entrar nela não</p><br>
<p>Porque na casa</p><br>
<p>Não tinha chão</p><br>
<p>Ninguém podia</p><br>
<p>Dormir na rede</p><br>
<p>Porque a casa</p><br>
<p>Não tinha parede</p><br>
<p>Ninguém podia</p><br>
<p>Fazer pipi</p><br>
<p>Porque penico</p><br>
<p>Não tinha ali</p><br>
<p>Mas era feita</p><br>
<p>Com muito esmero</p><br>
<p>Na Rua dos Bobos</p><br>
<p>Número Zero.</p><br>
</main>
</body>
</html>