first commit
This commit is contained in:
13
public/404.php
Normal file
13
public/404.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
require '../includes/header.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
<h2>Erreur 404</h2>
|
||||
<p>La page que vous recherchez n’existe pas.</p>
|
||||
<p><a href="index.php">Retour à l’accueil</a></p>
|
||||
</main>
|
||||
|
||||
<?php
|
||||
require '../includes/footer.php';
|
||||
?>
|
||||
Reference in New Issue
Block a user