smaller code; delete 422

This commit is contained in:
jomo
2014-06-27 01:35:05 +02:00
parent 36eeda715a
commit a6a197f4a7
3 changed files with 2 additions and 34 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,32 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>422</title>
<style type="text/css">
body {
color: #888;
text-align: center;
font-family: arial, sans-serif;
}
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 3px dashed #a77;
background: #666;
border-radius: 0.8em;
}
h1 {
color: #977;
line-height: 1.5em;
}
</style>
</head>
<body>
<div class="dialog">
<h1>Uhh. That's an error.</h1>
<p>Whatever you did, you were not allowed to.</p>
</div>
</body>
</html>

File diff suppressed because one or more lines are too long