Ajouter public/404.php

This commit is contained in:
2025-10-30 11:45:40 +00:00
parent a01d7875a9
commit 421f5b0271

12
public/404.php Normal file
View 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>