51 lines
1.6 KiB
HTML
51 lines
1.6 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 2</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 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="#natah">Natah</a></th>
|
|
<th><a href="#secondDream">Le second rêve</a></th>
|
|
<th><a href="risingTide">Marée montante</a></th>
|
|
<th><a href="warWithin">La guerre intérieure</a></th>
|
|
<th><a href="chainsOfHarrow">Le fardeau de Harrow</a></th>
|
|
<th><a href="apostasy">Prologue Apostasie</a></th>
|
|
<th><a href="sacrifice">Le sacrifice</a></th>
|
|
</tr>
|
|
</table>
|
|
|
|
<h1>Arc 2: La saga de la Guerre intérieure</h1>
|
|
|
|
<article>
|
|
|
|
</article>
|
|
</main>
|
|
|
|
<aside>
|
|
<div class="nextArc"><a href="lore.html">Menu</a></div>
|
|
<div class="nextArc"><a href="sousPageLore1.html">Précédent</a></div>
|
|
<div class="nextArc"><a href="sousPageLore3.html">Suivant</a></div>
|
|
</aside>
|
|
<footer>DATE_WEBSITE</footer>
|
|
</body>
|
|
</html> |