14 lines
497 B
HTML
14 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>
|