<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Músicas</title>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
<link rel="icon" type="image/png" href="../images/netuno.png" />
|
|
<link rel="stylesheet" type="text/css" href="../css/musicas.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="musicas-container">
|
|
|
|
<nav>
|
|
<a href="https://www.netuno.org/pt/"><img src="../images/netuno.png" alt="Logo do framework Netuno"></a>
|
|
|
|
<input id="menu-control" class="menu-control" type="checkbox" />
|
|
<ul class="menu">
|
|
<li onclick="location.href='https://www.netuno.org/pt/'"><img src="../images/netuno.png" alt="Logo do framework Netuno"></li>
|
|
<li onclick="location.href='../index.html'">Home</li>
|
|
<li onclick="location.href='./extincoes.html'">Extinções</li>
|
|
<li onclick="location.href='./parques-naturais.html'">Parques naturais</li>
|
|
<li onclick="location.href='./formulario.html'">Formulário</li>
|
|
<li onclick="location.href='./eventos.html'">Eventos</li>
|
|
<li>Músicas</li>
|
|
</ul>
|
|
|
|
<label class="label-icon" for="menu-control" >
|
|
<img src="../images/menu.svg" alt="ícone de um menu" />
|
|
</label>
|
|
|
|
</nav>
|
|
|
|
|
|
<div class="table-content">
|
|
<div>
|
|
<caption><a class="caption">Músicas</a></caption>
|
|
<table>
|
|
<tr>
|
|
<th>Música</th>
|
|
<th>Autor</th>
|
|
<th>Estilo</th>
|
|
<th>Número da ordem</th>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<footer>Copyright © 2023 Extinções Company - Todos os direitos reservados</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|