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.

36 lines
1004 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 class="layout-maxed">
  10. <header>
  11. <h1 class="text-center mt-16 mb-0">
  12. <abbr title="Groupe Caladois d'Utilisateurs de Logiciels Libres">CAGULL</abbr>
  13. &rsaquo;
  14. <small>$title$</small>
  15. </h1>
  16. <nav class="flex flex-row justify-between my-16">
  17. <a href="index.html">Accueil</a>
  18. <a href="services.html">Prestations</a>
  19. <a href="news.html">Actualités</a>
  20. <a href="about.html">À propos</a>
  21. <a href="contact.html">Contact</a>
  22. </nav>
  23. </header>
  24. <main class="layout-hero">
  25. <section class="my-16">
  26. $body$
  27. </section>
  28. </main>
  29. <footer>
  30. <nav class="flex flex-row justify-between mt-16">
  31. <a href="legal.html">Mentions légales</a>
  32. </nav>
  33. <p class="text-center mb-16"> 🄯 2022 CAGULL </p>
  34. </footer>
  35. </body>
  36. </html>