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.

44 lines
1.4 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. <link rel="icon" href="data:," />
  7. <title>CAGULL — $title$</title>
  8. <link rel="stylesheet" href="style.css" />
  9. </head>
  10. <body>
  11. <header class="layout-maxed">
  12. <div>
  13. <h1 class="text-center mt-16 mb-0">
  14. <abbr title="Groupe Caladois d'Utilisateurs de Logiciels Libres">CAGULL</abbr>
  15. <span class="hidden md:inline">&rsaquo;</span>
  16. <small class="block md:inline">$title$</small>
  17. </h1>
  18. <nav class="flex flex-col md:flex-row justify-between my-16">
  19. <a href="index.html">Accueil</a>
  20. <a href="services.html">Prestations</a>
  21. <a href="news.html">Actualités</a>
  22. <a href="about.html">À propos</a>
  23. <a href="contact.html">Contact</a>
  24. <a href="canary.html" title="Warrant canary"><img src="image/canari.svg" /></a>
  25. </nav>
  26. </div>
  27. </header>
  28. <main class="layout-maxed">
  29. <section class="layout-hero m-16">
  30. $body$
  31. </section>
  32. </main>
  33. <footer class="layout-maxed">
  34. <div>
  35. <nav class="flex flex-row justify-between mt-16">
  36. <a href="legal.html">Mentions légales</a>
  37. <a href="https://monitoring.cagull.fr/" target="_blank">Monitoring</a>
  38. </nav>
  39. <p class="text-center mb-16"><a href="legal.html"> &#x1F12F; 2022 CAGULL </a></p>
  40. </div>
  41. </footer>
  42. </body>
  43. </html>