potain/potain03/index.html
2021-06-07 08:45:18 +02:00

43 lines
2.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">
<link rel="apple-touch-icon" sizes="180x180" href="jeux/assets/icons/apple-touch-icon.png?v=potain">
<link rel="icon" type="image/png" sizes="32x32" href="jeux/assets/icons/favicon-32x32.png?v=potain">
<link rel="icon" type="image/png" sizes="16x16" href="jeux/assets/icons/favicon-16x16.png?v=potain">
<link rel="manifest" href="jeux/assets/icons/site.webmanifest?v=potain">
<link rel="mask-icon" href="jeux/assets/icons/safari-pinned-tab.svg?v=potain" color="#5bbad5">
<link rel="shortcut icon" href="jeux/assets/icons/favicon.ico?v=potain">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="jeux/assets/icons/browserconfig.xml?v=potain">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="https://static.augendre.info/potain3/jeux/images/signal.jpg">
</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.
<br>
Cliquez sur une image pour commencer !
</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 &hearts; 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 data-goatcounter="https://static.gc.augendre.info/count"
async src="https://static.gc.augendre.info/count.js"></script>
</body>
</html>