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.

41 lines
1.2 KiB

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