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.

24 lines
454 B

  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  6. <title>$title$</title>
  7. <link rel="stylesheet" href="style.css" />
  8. </head>
  9. <body>
  10. <header>
  11. <h1>$title$</h1>
  12. <nav>
  13. <a href="index.html">accueil</a>
  14. <a href="contact.html">contact</a>
  15. </nav>
  16. </header>
  17. <main>
  18. $body$
  19. </main>
  20. <footer>
  21. ici un footer
  22. </footer>
  23. </body>
  24. </html>