ok
This commit is contained in:
commit
d938db0cdd
14 changed files with 835 additions and 0 deletions
14
api/parts/footer.html
Normal file
14
api/parts/footer.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<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>
|
||||
13
api/parts/header.html
Normal file
13
api/parts/header.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<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>
|
||||
Reference in a new issue