camembert/web2/404.php

11 lines
190 B
PHP
Raw Permalink Normal View History

2019-04-14 18:37:40 +00:00
<?php
$page_name = "Page introuvable";
include "inc/inc.header.php";
?>
<p class="error">La page que vous avez demand&eacute; est introuvable.</p>
<?php include "inc/inc.footer.php"; ?>