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.

20 lines
360 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. ici un header
  12. </header>
  13. <main>
  14. $body$
  15. </main>
  16. <footer>
  17. ici un footer
  18. </footer>
  19. </body>
  20. </html>