Files
site/public/404.php
2025-10-30 11:45:40 +00:00

13 lines
356 B
PHP

<!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>