site-proximo/Site-Proximo-v2/index.php
2020-09-18 13:19:21 +02:00

6 lines
No EOL
129 B
PHP

<?php
$pageContent = ob_get_clean();
$pageTitle = "Accueil";
$relativePath = "";
include($relativePath . "public/index.html");
?>