mirror of
https://github.com/LucasVbr/nuitdelinfo-2023.git
synced 2026-05-13 17:21:56 +00:00
On a fait le front (a peut près)
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<!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">
|
||||
</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 !
|
||||
Testez-vous dès maintenant pour une expérience éducative et
|
||||
amusante.
|
||||
</p>
|
||||
<button id="btnjouer"><a href="./jouer.html"></a>Essayer ce jeu</button>
|
||||
</main>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user