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

15 lines
497 B
HTML

<footer>
<div class=footerleft>
<a href="/">Accueil</a><br>
<a href="/games.html">Jeux</a><br>
<a href="/services.html">Services</a><br>
<a href="/projects.html">Projets</a><br>
</div>
<div class=footerright>
<a href="/contact.html">Me contacter</a><br>
<a href="/sitemap.html">Plan Du Site</a><br>
<a href="/about.html">A Propos</a><br>
<a href="/legal.html">Mentions Légales</a><br>
</div>
</footer>