-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagradecimento.html
27 lines (26 loc) · 1.02 KB
/
agradecimento.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Obrigado</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="shortcut icon" href="./assets/icon-female-user-32.png" type="image/x-icon">
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href="index.html">Home</a>
<a class="cabecalho__menu__link" href="about.html">Sobre mim</a>
<a class="cabecalho__menu__link" href="projetos.html">Projetos</a>
</nav>
</header>
<main class="agradecimento">
<h1 id="agradecimento__titulo">Muito obrigada!</h1>
<a href="index.html"></a>
</main>
<footer class="rodape">
<p> <strong>FEITO COM <span style='font-size:22px;'>♥</span> POR </strong> ANA BEATRIZ SPILLER <span style='font-size:24px;'>⦁</span> <strong> 2024 </strong> </p>
</footer>
</body>
</html>