47 lines
1.0 KiB
HTML
47 lines
1.0 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html lang='fr' xml:lang='fr' xmlns='http://www.w3.org/1999/xhtml'>
|
|
<head>
|
|
<meta content='text/html;charset=UTF-8' http-equiv='content-type'>
|
|
<title>
|
|
Erreur 500
|
|
</title>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
background: #3f94eb;
|
|
font-family: verdana;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 13px;
|
|
font-family: "Lucida Grande", arial, helvetica, sans-serif; }
|
|
body #title {
|
|
width: 520px;
|
|
margin: auto;
|
|
margin-top: 10%;
|
|
color: #9fc9f5;
|
|
text-shadow: 0 1px 1px #3f94eb;
|
|
padding: 0px;
|
|
text-transform: uppercase; }
|
|
body #main {
|
|
background: white;
|
|
width: 500px;
|
|
padding: 10px;
|
|
margin: auto;
|
|
-webkit-box-shadow: #666666 0px 0px 20px;
|
|
-moz-box-shadow: #666666 0px 0px 20px;
|
|
box-shadow: #666666 0px 0px 20px; }
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id='title'><h1>Erreur 500</h1></div>
|
|
<div id='main'>
|
|
<p> Nous sommes désolé mais une erreur est survenue.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|