-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 848 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
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>MusicDot | Home</title>
<link rel="icon" href="img/favicon.ico">
</head>
<body>
<header>
<a href="index.html">
<img src="img/musicdot-logo-light.svg" title="Ir para a página inicial da MusicDot" alt="MusicDot">
</a>
<nav>
<ul>
<li> <a href="sobre.html#contato"> Contato </a> </li>
<li> <a href="#"> Entrar </a> </li>
<li> <a href="#"> Matricule-se </a> </li>
</ul>
</nav>
</header>
<main>
Conteúdo principal
</main>
<footer>
Rodapé
</footer>
</body>
</html>