Ajouter public/404.php
This commit is contained in:
12
public/404.php
Normal file
12
public/404.php
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
<head><meta charset="utf-8"><title>404 - Non trouvé</title>
|
||||||
|
<link rel="stylesheet" href="/public/assets/style.css"></head>
|
||||||
|
<body>
|
||||||
|
<header><h1>404 — Page non trouvée</h1></header>
|
||||||
|
<main>
|
||||||
|
<p>Désolé, la page demandée est introuvable.</p>
|
||||||
|
<p><a href="/public/index.php">Retour à l'accueil</a></p>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user