20 lines
587 B
HTML
20 lines
587 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="IE=edge" http-equiv="X-UA-Compatible">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<title>Erreur 500 (Inaccessible)</title>
|
|
|
|
<link href="/_errors/css/style.css" rel="stylesheet" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<div id="error-box">
|
|
<div id="error-image"></div>
|
|
<h1>500</h1>
|
|
<h2>Huston, on a un problème !</h2>
|
|
<p>La page que vous demandez est temporairement inaccessible.</p>
|
|
<a href="/">Retour à la page d'accueil</a>
|
|
</div>
|
|
</body>
|
|
</html>
|