Marin/templates/error.html

14 lines
323 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>404 Not Found - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include 'smallheader.html' %}
<h1>Page introuvable !</h1>
<p>Retour à <a href="/home">la page d'accueil</a>.</p>
</body>
</html>