summaryrefslogtreecommitdiff
path: root/public/422.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/422.html')
-rw-r--r--public/422.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/public/422.html b/public/422.html
new file mode 100644
index 0000000..7a7a64d
--- /dev/null
+++ b/public/422.html
@@ -0,0 +1,32 @@
+<!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> \ No newline at end of file