-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 1.3 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
<!DOCTYPE html>
<html lang="ptbr">
<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>Diego R Music, página principal</title>
</head>
<body>
<h1>Diego R Music</h1>
<img src="foto/eu na frente do teclado.jpg" alt="Diego Ricardo Matos, sentado, à frente do teclado">
<p>
Seja bem-vindo ao site do projeto Diego R Music.
Aqui você terá todas as informações, como trilhas autorais, lives realizadas, bastidores, etc.<br>
Boa navegação!
</p>
<a href="páginas/musicas.html">"Trilhas autorais"</a>
<a href="páginas/lives.html">"lives"</a>
<a href="páginas/bastidores.html">bastidores</a>
<h2>Informações de contato:</h2>
<a href="https://www.facebook.com/diegoricardomusic">"Página no Facebook"</a>
<a href="https://www.instagram.com/diegoricardomusic/">"Perfil no instagram"</a>
<a href="mailto:" [email protected]>"Me envie um e-mail"</a>
<a href="https://api.whatsapp.com/send?phone=5551991487646&app=facebook&entry_point=page_cta">"Entre em contato
comigo pelo WhatsApp"</a>
</body>
<footer>© 2021 Diego R Music. Todos os direitos reservados. Desenvolvido por Diego Ricardo Matos</footer>
</html>