This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
OLD-GZod01.fr_Source_Code-OLD/api/parts/header.html
2023-03-25 10:26:41 +01:00

14 lines
481 B
HTML

<header>
<div class="nav">
<a href="/">Accueil</a>
<a href="/games.html">Jeux</a>
<a href="/services.html">Services</a>
<a href="/projects.html">Projets</a>
<a href="/contact.html">Me contacter</a>
<a href="/sitemap.html">Plan Du Site</a>
<a href="/about.html">A Propos</a>
<a href="/legal.html">Mentions Légales</a>
</div>
<span class=themebutton onclick=switchtheme()>Switch the theme</span>
</header>