16 lines
462 B
PHP
16 lines
462 B
PHP
<!-- Config -->
|
|
<?php include("../php/config.php");?>
|
|
|
|
<!-- Header -->
|
|
<?php include("../incl/header.php");?>
|
|
|
|
<!-- Page Content -->
|
|
<main class="container-fluid flex-fill">
|
|
<div class="container">
|
|
<h1>Erreur <span class="important">404</span></h1>
|
|
<p class="pt-3 text-center">Cette page n'existe pas! <a href="/index.php" class="important">Revenir à la page d'accueil ?</a></p>
|
|
</div>
|
|
</main>
|
|
|
|
<!-- Footer -->
|
|
<?php include("../incl/footer.php");?>
|