|
|
- <!DOCTYPE html>
- <html lang="fr">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
- <title>CAGULL — $title$</title>
- <link rel="stylesheet" href="style.css" />
- </head>
- <body>
- <header>
- <h1>
- <abbr title="Groupe Caladois d'Utilisateurs de Logiciels Libres">CAGULL</abbr>
- <small>$title$</small>
- </h1>
- <nav>
- <a href="index.html">Accueil</a>
- <a href="services.html">Prestations</a>
- <a href="about.html">À propos</a>
- <a href="contact.html">Contact</a>
- </nav>
- </header>
- <main>
- $body$
- </main>
- <footer>
- <nav>
- <a href="legal.html">Mentions légales</a>
- </nav>
- 🄯 2022 CAGULL
- </footer>
- </body>
- </html>
|