2013-09-30 17:42:55 +02:00

58 lines
980 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Erreur 404</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style>
body {
background-color: #EFEFEF;
color: #2E2F30;
font-family: arial, sans-serif;
}
div.dialog {
width: 700px;
margin: 4em auto 0 auto;
border: 1px solid #BBB;
background-color: white;
padding: 2em 4em;
}
h1 {
font-size: 3em;
line-height: 1.5em;
}
body > p {
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #F7F7F7;
border: 1px solid #CCC;
border-right-color: #999;
border-bottom-color: #999;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-color: #DADADA;
color: #666;
box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
}
</style>
</head>
<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<h1> Erreur 404 </h1>
</div>
</body>
</html>