-
Notifications
You must be signed in to change notification settings - Fork 0
/
apoia-se.html
30 lines (30 loc) · 1.15 KB
/
apoia-se.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
<!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>Apoia-se</title>
<link rel="stylesheet" href="stylo/index.css">
<link rel="stylesheet" href="stylo/querys.css">
</head>
<body>
<header>
<h1>Harmonia do Saber</h1>
<section id="about">
<a href="index.html">Artigos</a>
<a href="about.html">about</a>
<a href="apoia-se.html">Apoia-se</a>
</section>
</header>
<main id="apoia">
<h1>Nos ajude, a continuar e melhorar os projetos do Harmonia.</h1>
<h2>QR para o monero (Carteira digital de CriptoMoedas).</h2>
<img src="imgs/qr-code-monero" alt="QR-code-monero" id="monero">
</main>
<footer>
<a href="https://www.instagram.com/harmoniadosaber_ofc/?utm_medium=copy_link" target="_blank"><img src="imgs/instagram.png" alt=""></a>
<a href="https://youtube.com/channel/UCkdr-Oy_O2qOBiw8du6q42w" id="youtube" target="_blank"><img src="imgs/youtube .png" alt=""></a>
</footer>
</body>
</html>