41 lines
No EOL
1.5 KiB
HTML
41 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Urbain Nature</title>
|
|
<link rel="stylesheet" href="assets/style.css">
|
|
<link rel="stylesheet" href="assets/nature.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Urbain Nature</h1>
|
|
</header>
|
|
<main>
|
|
<nav><a href="..">« Retour</a></nav>
|
|
<p>
|
|
Oh non ! Quelqu'un a laissé les fenêtres ouvertes sur le plateau de la certif et
|
|
tout est recouvert de feuilles mortes... Vite ! Prenez votre souris et balayez tout
|
|
ça !
|
|
</p>
|
|
<p class="failure hidden"></p>
|
|
<p class="success hidden">
|
|
Félicitations ! Le plateau de la certif est maintenant comme neuf ! 🎉
|
|
Vous pouvez être fier de vous !<br>
|
|
Vous pouvez revenir au menu précédent en utilisant le bouton retour en haut ☝️
|
|
</p>
|
|
<p class="img-holder">
|
|
<img src="images/nature.jpg" id="moquette" width="620" height="652" alt="Moquette">
|
|
<span class="success-stamp hidden">FÉLICITATIONS 🎉</span>
|
|
</p>
|
|
</main>
|
|
<footer>
|
|
<p>
|
|
Made with ♥ by <a href="https://gabnotes.org/about-me/">Gabriel Augendre</a>.
|
|
Ce programme est un <a href="https://fr.wikipedia.org/wiki/Logiciel_libre">logiciel libre</a>.
|
|
<a href="https://git.augendre.info/gaugendre/potain">Code source</a>.
|
|
</p>
|
|
</footer>
|
|
<script src="assets/jeu.js" type="application/javascript"></script>
|
|
<script src="assets/nature.js" type="application/javascript"></script>
|
|
</body>
|
|
</html> |