traque/static/errors/503.html
2024-06-17 15:39:56 +02:00

19 lines
566 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title>503 Service Unavailable</title>
</head>
<body align="center">
<div role="main" align="center">
<h1>503 Service Unavailable</h1>
<img src="/errors/cat/503.jpg"/>
<p>La traque n'est pas encore prête, on arrive bientôt...</p>
<hr />
</div>
<div role="contentinfo" align="center">
<small>Crédit à <a href="https://http.cat">http.cat</a> pour l'image.</small>
</div>
</body>
</html>