-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (38 loc) · 1.27 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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles_index.css">
<title>Meu Pedaço de Leitura</title>
</head>
<body>
<h1> Meus Livros Favoritos</h1>
Olá, tudo bem? É um prazer ter você por aqui!
<p>Aqui vou mostrar um pouco dos meus livros favoritos. Só clicar nos links abaixo, para ter um resumo de cada um!</p>
<table class="menu-table">
<tr>
<td>
<button class="menu-button"><a href="sombra_ventos.html">A sombra do Vento</a></button>
</td>
</tr>
<tr>
<td>
<button class="menu-button"><a href="naosobrounenhum.html">E não sobrou nenhum</a></button>
</td>
</tr>
<tr>
<td>
<button class="menu-button"><a href="mensageiro.html">Eu sou o Mensageiro</a></button>
</td>
</tr>
</table>
<p>
<tr>
<td>
<button class="menu-button"><a href="https://rafamorotti.github.io/rafael_morotti_projeto_uninter/portfolio.html">Voltar</a></button>
</td>
</tr>
</p>
</body>
</html>