-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 859 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GRATIDÃO</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/hover.css" />
<link rel="stylesheet" type="text/css" href="css/demo-page.css" />
</head>
<body>
<h1>Gratidão</h1>
<div>
<p> Muita Gratidão a professora Carol e ao grupo-1, que me acolheu com empatia, vocês resgataram minhas
esperanças de conquistar meus objetivos. Isso não tem preço. </p>
<p class="botao">
<a href="#" class="hvr-pulse"> Muita Gratidão</a>
</p>
</div>
<p><a href="pagina2.html">Ir página 2</a></p>
</body>
</html>