29 lines
No EOL
1 KiB
HTML
29 lines
No EOL
1 KiB
HTML
<!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>
|
|
<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>
|
|
<a href="jeux/signal.html"><img src="jeux/images/signal.jpg" width="315" height="323" alt="Signal"></a>
|
|
<a href="jeux/camel.html"><img src="jeux/images/camel.jpg" width="315" height="323" alt="Camel"></a>
|
|
<a href="jeux/nature.html"><img src="jeux/images/nature.jpg" width="315" height="323" alt="Nature"></a>
|
|
</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>
|
|
</body>
|
|
</html> |