48 lines
1.5 KiB
HTML
48 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<title>Arc 4</title>
|
|
</head>
|
|
<body class="lore">
|
|
<nav>
|
|
<img src="images/LogoALT-F4_Nav.svg" alt="ALT-F4">
|
|
|
|
<ul>
|
|
<li><a href="index.html">Accueil</a></li>
|
|
<li><a href="aPropos.html">À propos</a></li>
|
|
<li><a href="team.html">L'équipe</a></li>
|
|
<li><a href="histoire.html">Histoire de DE</a></li>
|
|
<li><a href="lore.html">Univers Sci-fi</a></li>
|
|
<li><a href="#">Missions</a></li>
|
|
<li><a href="armures.html">Armures</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
<main>
|
|
<table>
|
|
<tr>
|
|
<th><a href="#awakening">Éveil</a></th>
|
|
<th><a href="#vorsPrize">Le prix de Vor</a></th>
|
|
<th><a>Le professeur</a></th>
|
|
<th><a>Vox Solaris</a></th>
|
|
<th><a>Autrefois Éveillés</a></th>
|
|
<th><a>Coeur de Deimos</a></th>
|
|
<th><a>L'Archwing</a></th>
|
|
</tr>
|
|
</table>
|
|
|
|
<aside>
|
|
<div class="nextArc"><a href="lore.html">Menu</a></div>
|
|
<div class="nextArc"><a href="sousPageLore3.html">Précédent</a></div>
|
|
</aside>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>© Léa Dezothez. Tout droits réservés. <br> Novembre 2025 <br> Page créée par Les Alt-F4</p>
|
|
<p>DATE_WEBSITE</p>
|
|
</footer>
|
|
</body>
|
|
</html> |