<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Camel</title> <link rel="stylesheet" href="assets/style.css"> </head> <body> <header> <h1>Camel</h1> </header> <main> <nav><a href="..">« Retour</a></nav> <p> Jouons donc au jeu des 7 différences avec GSE France ! </p> <p> Score: <span id="counter">0</span>/7<br> Vous avez déjà trouvé : </p> <ol id="found"></ol> <p class="failure hidden"></p> <p class="success hidden"> Félicitations ! Vous avez trouvé toutes les différences ! 🎉 (ou bien vous avez frénétiquement cliqué de partout).<br> Vous pouvez revenir au menu précédent en utilisant le bouton retour en haut ☝️ </p> <p class="side-by-side img-holder"> <img src="images/camel-2.jpg" width="548" height="619" alt="Moquette" usemap="#map"> <img src="images/camel.jpg" width="548" height="619" alt="Moquette" usemap="#map"> <map id="map" name="map"> <area shape="rect" coords="180,65,226,97" onclick="zone('Chocolat')"> <area shape="circle" coords="101,439,25" onclick="zone('Logo Citroën')"> <area shape="poly" coords="323,473,318,478,340,503,346,497" onclick="zone('Tuile rose')"> <area shape="poly" coords="192,473,23,566,63,566" onclick="zone('Triangle rose')"> <area shape="poly" coords="274,352,252,375,259,381,280,358" onclick="zone('Tuile bleue/grise')"> <area shape="poly" coords="378,226,378,264,441,264,441,316,467,316,468,226" onclick="zone('Zone grise/beige')"> <area shape="rect" coords="353,324,443,340" onclick="zone('Ligne bleue')"> </map> <span class="success-stamp hidden">FÉLICITATIONS 🎉</span> </p> <p> Couleurs non contractuelles. </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/camel.js" type="application/javascript"></script> </body> </html>