Marin/templates/error.html

19 lines
566 B
HTML
Raw Normal View History

2021-12-02 20:14:13 +01:00
<!DOCTYPE html>
<html>
<head>
2021-12-03 02:17:53 +01:00
<meta charset="utf-8">
2021-12-03 04:24:03 +01:00
<title>404 Not Found - Sauveteurs du dunkerquois</title>
2021-12-03 02:17:53 +01:00
<link href="../static/style.css" rel="stylesheet" type="text/css" />
2021-12-03 03:05:16 +01:00
<link rel="icon" type="image/png" href="../static/favicon.png" />
2021-12-02 20:14:13 +01:00
</head>
<body>
2021-12-03 02:17:53 +01:00
<header id="banner">
<img src="../static/icon.png" width="150" height="75">
2021-12-03 04:24:03 +01:00
<span id="logo_title">Sauveteurs du dunkerquois</span>
2021-12-03 02:17:53 +01:00
</header>
<h1>Page introuvable !</h1>
<p>Retour à <a href="/home">la page d'accueil</a>.</p>
2021-12-02 20:14:13 +01:00
</body>
</html>