mirror of
https://github.com/LucasVbr/nuitdelinfo-2023.git
synced 2026-05-13 17:21:56 +00:00
45 lines
1.2 KiB
HTML
45 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Mon site ecolo</title>
|
|
<link rel="icon" href="img/logo.svg" type="image/svg">
|
|
<link rel="stylesheet" href="style/init.css">
|
|
<link rel="stylesheet" href="style/navbarHorizontal.css">
|
|
<link rel="stylesheet" href="style/main.css">
|
|
|
|
<script src="./src/konami.js" type="module" defer></script>
|
|
</head>
|
|
<body id="accueil">
|
|
|
|
<header>
|
|
<div id="logo">
|
|
<a href="./index.html"></a><img src="./img/logo.svg" alt="Logo">
|
|
</div>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href="./jouer.html">Jouer</a></li>
|
|
<li><a href="./savoir.html">En Savoir +</a></li>
|
|
<li><a href="./propos.html">A propos</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<h1>Sauvons la planète,</h1>
|
|
<h2>distinguons la réalité<br>des idées reçues.</h2>
|
|
<p id="sous-pres">
|
|
Défiez les idées reçues sur l'écologie avec notre quiz captivant !
|
|
</br>
|
|
Testez-vous dès maintenant pour une expérience éducative et
|
|
amusante.
|
|
</p>
|
|
<button id="btnjouer"><a href="./jouer.html">Essayer ce jeu</a></button>
|
|
</main>
|
|
|
|
|
|
</body>
|
|
</html>
|