Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

48 lines
1.1 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 404
</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 404</h1></div>
<div id='main'>
<p> La page que vous avez demandée n'existe pas,
ou n'est pas disponible...
</p>
</div>
</body>
</html>