-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.php
34 lines (32 loc) · 1.25 KB
/
sitemap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
$pageTitle = "Plan du site • Loïc Parent";
include( 'header.php' );
?>
<h1 class="title2">Plan du site</h1>
<ul id="sitemap" class="centerZone sitemap">
<li><a href="./index.php">Accueil</a>
<ul>
<li><a href="./index.php#aboutMe">À propos</a></li>
<li><a href="./index.php#works">Mes projets</a>
<ul>
<li><a href="./stucher.php">Stucher (PFE)</a></li>
<li><a href="./alfa.php">Centre Alfa</a></li>
<li><a href="./bibliotheque.php">Bibliothèque en ligne</a></li>
<li><a href="./dswallonie.php">Ds Wallonie</a></li>
<li><a href="./esquive.php">MiniJeu Esquive</a></li>
<li><a href="./bouvachon.php">Bouvachon</a></li>
<li><a href="./stimform.php">Catalogue Stim-form</a></li>
<li><a href="./btf.php">Affiche Retour vers le futur</a></li>
<li><a href="./pancakes.php">Pancakes Typography</a></li>
<li><a href="./tshirt.php">Visuels de T-shirt</a></li>
<li><a href="./euroskills.php">Euroskills</a></li>
<li><a href="./tpcv.php">Touche pas mes certificas vert</a></li>
<li><a href="./rollstyle.php">Festival Roll-Style</a></li>
</ul>
</li>
<li><a href="./index.php#contact">Contact</a></li>
</ul>
</li>
<li><a href="#">Plan du site</a></li>
</ul>
<?php include( 'footer.php' ); ?>