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.

32 lines
716 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>CAGULL — $title$</title>
  7. <link rel="stylesheet" href="style.css" />
  8. </head>
  9. <body>
  10. <header>
  11. <h1>
  12. <abbr title="Groupe Caladois d'Utilisateurs de Logiciels Libres">CAGULL</abbr>
  13. <small>$title$</small>
  14. </h1>
  15. <nav>
  16. <a href="index.html">Accueil</a>
  17. <a href="services.html">Prestations</a>
  18. <a href="about.html">À propos</a>
  19. <a href="contact.html">Contact</a>
  20. </nav>
  21. </header>
  22. <main>
  23. $body$
  24. </main>
  25. <footer>
  26. <nav>
  27. <a href="legal.html">Mentions légales</a>
  28. </nav>
  29. 🄯 2022 CAGULL
  30. </footer>
  31. </body>
  32. </html>