No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

couloir.html 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>INSAïde</title>
  7. <link rel="shortcut icon" href="../Images/Logo.png" type="image/png">
  8. <link rel="stylesheet" href="../CSS/couloir.css">
  9. <link rel="preconnect" href="https://fonts.gstatic.com">
  10. <link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
  11. <script defer type="text/javascript" src="../JAVASCRIPT/couloir.js"></script>
  12. </head>
  13. <body id="body">
  14. <header>
  15. <h1>Sur les traces</h1>
  16. <nav><a href='./menu.html'>Retourner au menu</a></nav>
  17. </header>
  18. <main id="main">
  19. <section id="content">
  20. <article id="text">
  21. <p>
  22. Il ne vous a pas vu, vous êtes un as en réflexe !
  23. Il est maintenant au fond du couloir et se tourne vers une porte...
  24. Une personne capuchée l'accueille, ils se saluent, que faire ?
  25. </p>
  26. </article>
  27. <div id="buttons">
  28. <button id="button1" class="button" onclick="window.location.href = './aide_ami.html';">Prendre une photo, vous en parlerez à quelqu'un plus tard</button>
  29. <a id="button2" class="button">Attendre qu'ils rentrent, prendre son courage à deux mains, et s'aventurer jusqu'à cette salle</a>
  30. </div>
  31. </section>
  32. </main>
  33. <footer>
  34. <p id="names">Copyright © 2020 Florian EHR - Pierre FAVARY - Baptiste MARTY</p>
  35. <p id="rights">Tous droits réservés </p>
  36. </footer>
  37. </body>
  38. </html>