Files
grecia/public/422.html
2015-09-08 14:46:58 +02:00

42 lines
687 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Error 422 | The change you wanted was rejected</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
body {
background: #065687 url('errors_bg.jpg');
color: #2E2F30;
font-family: arial, sans-serif;
margin: 0;
text-align: center;
}
h1 {
color: white;
font-size: 160px;
line-height: 160px;
margin: 0;
}
h2 {
color: white;
}
div.error {
margin-top: -144px;
position: absolute;
top: 50%;
width: 100%;
}
</style>
</head>
<body>
<div class="error">
<h1>422</h1>
<h2>The change you wanted was rejected.</h2>
</div>
</body>
</html>