Marin/templates/error.html

19 lines
566 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404 Not Found - Sauveteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<header id="banner">
<img src="../static/icon.png" width="150" height="75">
<span id="logo_title">Sauveteurs du dunkerquois</span>
</header>
<h1>Page introuvable !</h1>
<p>Retour à <a href="/home">la page d'accueil</a>.</p>
</body>
</html>