|
|
@ -0,0 +1,71 @@ |
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
|
<html> |
|
|
|
|
|
<head> |
|
|
|
|
|
<title>Extinções</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/extincoes.css" /> |
|
|
|
|
|
</head> |
|
|
|
|
|
<body > |
|
|
|
|
|
|
|
|
|
|
|
<div class="extincoes-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='#'">Extinções</li> |
|
|
|
|
|
<li onclick="location.href='./parques-naturais.html'">Parques naturais</li> |
|
|
|
|
|
<li onclick="location.href='./formulario.html'">Formulário</li> |
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<label class="label-icon" for="menu-control" > |
|
|
|
|
|
<img src="../images/menu.svg" alt="ícone de um menu" /> |
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
</nav> |
|
|
|
|
|
|
|
|
|
|
|
<h1>Extinções</h1> |
|
|
|
|
|
<div class="table-content"> |
|
|
|
|
|
<div> |
|
|
|
|
|
<caption><a class="caption">Animais em extinção</a></caption> |
|
|
|
|
|
<table> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<th>Animal</th> |
|
|
|
|
|
<th>Quantidade</th> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Lobo-guará</td> |
|
|
|
|
|
<td>23000</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Onça-pintada</td> |
|
|
|
|
|
<td>10000</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Panda-gigante</td> |
|
|
|
|
|
<td>2500</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Arara-azul-de-lear</td> |
|
|
|
|
|
<td>1200</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td>Baleia-fin</td> |
|
|
|
|
|
<td>400</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<footer>Copyright © 2023 Extinções Company - Todos os direitos reservados</footer> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</body> |
|
|
|
|
|
</html> |