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.

reussite.html 957B

12345678910111213141516171819202122232425262728
  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/reussite.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. </head>
  12. <body>
  13. <header>
  14. <h1>Bravo !</h1>
  15. <nav><a href='./menu.html'>Retourner au menu</a></nav>
  16. </header>
  17. <main id="main">
  18. <section id="content">
  19. <article id="text">
  20. <p id="p1">Vous avez atteint la salle secrète</p>
  21. </section>
  22. </main>
  23. <footer>
  24. <p id="names">Copyright © 2020 Florian EHR - Pierre FAVARY - Baptiste MARTY</p>
  25. <p id="rights">Tous droits réservés </p>
  26. </footer>
  27. </body>
  28. </html>