2021-06-04 23:11:15 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Potain de chantier #3</title>
|
|
|
|
<link rel="stylesheet" href="jeux/assets/style.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
2021-06-05 08:13:41 +02:00
|
|
|
<header>
|
|
|
|
<h1>Potain de chantier #3</h1>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<h2>Jeux interactifs</h2>
|
|
|
|
<p>
|
|
|
|
Découvrez les magnifiques moquettes du Cecolyon avec notre série de jeux interactifs !
|
|
|
|
</p>
|
|
|
|
<ul>
|
|
|
|
<li><a href="jeux/signal.html">Signal</a></li>
|
|
|
|
<li><a href="jeux/camel.html">Camel</a></li>
|
|
|
|
<li><a href="jeux/nature.html">Urbain Nature</a></li>
|
|
|
|
</ul>
|
|
|
|
</main>
|
2021-06-04 23:11:15 +02:00
|
|
|
<footer>
|
|
|
|
<p>
|
|
|
|
Made with ♥ by <a href="https://gabnotes.org/about-me/">Gabriel Augendre</a>.
|
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|