This commit is contained in:
Simon Vieille 2017-04-08 15:18:36 +02:00
commit 12745669ab
5 changed files with 98 additions and 0 deletions

14
contact.php Normal file
View file

@ -0,0 +1,14 @@
<?php
$currentPage = 'contact.php';
$pageTitle = 'Contact';
require __DIR__.'/elements/header.php';
?>
<p>La page de contact<p>
<?php
require __DIR__.'/elements/footer.php';