traque/static/errors/400.html

20 lines
553 B
HTML
Raw Normal View History

2024-06-17 09:51:44 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<title>400 Bad Request</title>
</head>
<body align="center">
<div role="main" align="center">
<h1>400 Bad Request</h1>
<img src="/errors/cat/400.jpg"/>
<p>Conscrit ! Cet identifiant ne correspond à aucune équipe.</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>