17 lines
491 B
PHP
17 lines
491 B
PHP
|
<!-- Head Perso -->
|
||
|
<?php include("./php/headPerso.php");?>
|
||
|
|
||
|
<!-- Header -->
|
||
|
<?php include("./incl/header.php");?>
|
||
|
|
||
|
<!-- Menu -->
|
||
|
<?php include("./incl/menu.php");?>
|
||
|
|
||
|
<!-- Page Content -->
|
||
|
<div class="container">
|
||
|
<h1 class="mt-4 text-center">Erreur <span class="yellow-color">404</span></h1>
|
||
|
<p class="pt-3 text-center">Cette page n'existe pas! <a href="/index.php" class="yellow-color">Revenir à la page d'accueil ?</a></p>
|
||
|
</div>
|
||
|
|
||
|
<!-- Footer -->
|
||
|
<?php include("./incl/footer.php");?>
|