index
This commit is contained in:
parent
9c4ceacf0d
commit
60d4c7e0b8
1 changed files with 6 additions and 0 deletions
6
Site-Proximo-v2/index.php
Normal file
6
Site-Proximo-v2/index.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$pageContent = ob_get_clean();
|
||||
$pageTitle = "Accueil";
|
||||
$relativePath = "";
|
||||
include($relativePath . "public/index.html");
|
||||
?>
|
Loading…
Reference in a new issue