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.3 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. <a href="canary.html" title="Warrant canary"><img src="image/canari.svg" /></a>
  24. </nav>
  25. </div>
  26. </header>
  27. <main class="layout-maxed">
  28. <section class="layout-hero m-16">
  29. $body$
  30. </section>
  31. </main>
  32. <footer class="layout-maxed">
  33. <div>
  34. <nav class="flex flex-row justify-between mt-16">
  35. <a href="legal.html">Mentions légales</a>
  36. </nav>
  37. <p class="text-center mb-16"><a href="legal.html"> &#x1F12F; 2022 CAGULL </a></p>
  38. </div>
  39. </footer>
  40. </body>
  41. </html>