Projet Final V1

Mise à jour prêt pour la livraison !
This commit is contained in:
2018-10-21 18:02:13 +02:00
parent 1e02578a22
commit 5af95bc813
200 changed files with 1065 additions and 4066 deletions

View File

@@ -1,5 +1,5 @@
<?php
include_once('./vue/header.php');
include_once('./vue/contact_us/index.php');
include_once('./vue/footer.php');
include_once('./vue/header.html');
include_once('./vue/contact/index.html');
include_once('./vue/footer.html');
?>