-
Notifications
You must be signed in to change notification settings - Fork 0
/
505.php
31 lines (30 loc) · 826 Bytes
/
505.php
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
<!DOCTYPE html>
<html>
<head>
<title>500 ERROR</title>
<link rel="stylesheet" href="knacss-unminified.css"/>
<style>
body {
background: url('background.jpg') repeat;
}
#abs {
width: 100%;
text-align: justify;
position: absolute;
top: 20%;
}
.center {
width: 600px;
}
</style>
</head>
<body>
<div id="abs">
<div class="center">
<h1>Erreur interne au serveur</h1><h2>Erreur 500</h2>
<p>Le serveur n'a pas pu répondre à votre requête cher·ère utilisateur·rice. Donc soit vous l'avez fait planter, soit je l'ai fait planté. Dans tous les cas, merci d'envoyer un mail à <a href="mailto:[email protected]">[email protected]</a> en soyant exhaustif·ve sur les étapes qui vous ont conduits à obtenir cette erreur.</p>
<h4>Merci de votre visite, cordialement, le Webmaster</h4>
</div>
</div>
</body>
</html>