This repository was archived by the owner on Dec 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path404.html
More file actions
35 lines (33 loc) · 1.96 KB
/
404.html
File metadata and controls
35 lines (33 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/stationstyles.css" />
<link rel="icon" href="/assets/favicon.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<title>404 Not Found - MobiFer</title>
<meta name="description" content="Erreur 404 – Not Found" />
<meta name="theme-color" content="#0b0082" />
</head>
<body>
<a href="/" class="header"><h1>MobiFer</h1></a>
<div class="centered">
<p class="centered"><span style="font-size: xx-large;"><strong>Erreur 404</strong></span><br>
<span class="centered terminus-box">Haxo</span></p>
<img src="https://raw.githubusercontent.com/Mobifer/mobifer-images/refs/heads/main/vincent/haxo-1.webp" alt="Photo de la station fantôme Haxo" style="width: auto; max-width: 800px; max-height: 40vh; border-radius: 10px;" class="image-center">
<div class="license">CC-BY-SA Vincent</div>
<div class="box image-center" style="max-width: 800px !important;">
<h2 class="centered">Vous êtes dans un lieu bien étrange.</h2>
<p class="justified">Il semblerait que vous vous soyez perdu. La station que vous recherchée n’a pas été trouvée, soit parce qu’elle n’a pas encore été ajoutée au site, soit parce qu’elle n’existe tout simplement pas.</p>
<p class="justified">Revenez à l’accueil en cliquant sur le bouton ci-dessous ou cherchez une autre station à l’aide du bouton situé en-dessous de l’en-tête.
<div class="buttons">
<a href="/" class="button home"><span class="integrated"><img src="/assets/favicon.svg" alt="Logo MobiFer"></span> Revenir à l’accueil</a>
<a href="/stations/" class="button home">Voir la liste des stations</a>
</div></p>
</div>
<div id="footer-container" style="margin-top: 10px;"></div>
<script src="/addons/footer.js"></script>
<script src="/assets/script/stationsearch.js" type="module"></script>
</body>
</html>