22 lines
636 B
HTML
22 lines
636 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="https://http.cat/503.jpg"/>
|
|
<hr />
|
|
</div>
|
|
<div role="contentinfo" align="center">
|
|
Ce site est en cours de construction, repassez plus tard, merci.
|
|
<br/>
|
|
<small>Crédit à <a href="https://http.cat">http.cat</a> pour l'image.</small>
|
|
<br/>
|
|
<small>Error in kat-orchid.</small>
|
|
</div>
|
|
</body>
|
|
</html>
|