47 lines
1.1 KiB
HTML
47 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
|
<title>Choix / Numérologie</title>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
|
<link rel='stylesheet' type='text/css' href='Css/choix.css'>
|
|
</head>
|
|
<body>
|
|
|
|
<header class="header">
|
|
<div class="topbar">
|
|
<p class="titre">Numérologie</p>
|
|
<nav class="nav">
|
|
<a href="index.html">Accueil</a>
|
|
<a href="#">Règles</a>
|
|
<a href="#">Contact</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
<div class="container">
|
|
<div class="section">
|
|
<h1 class="titre">Choisi(e) ton niveau</h1>
|
|
|
|
<div class="bouton">
|
|
<a class="choix" href="facile.html">Facile</a>
|
|
<a class="choix" href="moyen.html">Moyen</a>
|
|
<a class="choix" href="dur.html">Dur</a> <br>
|
|
<a class="choix sortir" href="index.html">Sortir</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |