This repository has been archived on 2024-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
OLD-GZod01.fr_Source_Code-OLD/api/parts/header.html

14 lines
481 B
HTML
Raw Permalink Normal View History

2023-03-25 10:26:41 +01:00
<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>