dataset/seed/nginx-reverse-proxy/templates/error.html

21 lines
490 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<META http-equiv="Content-Type" content="text/html; charset=utf-8;">
<head>
<title>Page indisponible</title>
<style>
.main{
background:#FFFFCC;
text-align:center;
}
.message{
top:25%;
text-align:center;
}
</style>
</head>
<body class='main'>
<hr/>
<div class="message">La page que vous avez demandée est indisponible</div>
</body>
</html>