summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-05-18 22:46:56 +0200
committerjomo <github@jomo.tv>2013-05-18 22:46:56 +0200
commit149232ec0cb112901648196ec341066bd88ee6be (patch)
tree2a6d8bfce793f55fe283a7788645145d5fc2c1b1 /public
lets start this
Diffstat (limited to 'public')
-rw-r--r--public/404.html32
-rw-r--r--public/422.html32
-rw-r--r--public/500.html32
-rw-r--r--public/robots.txt1
4 files changed, 97 insertions, 0 deletions
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..5808cb3
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>404</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>Either you have a typo in your URL,<br/>
+ or the page has been (re)moved</p>
+ </div>
+</body>
+</html> \ No newline at end of file
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
diff --git a/public/500.html b/public/500.html
new file mode 100644
index 0000000..09e3737
--- /dev/null
+++ b/public/500.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>500</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>Sorry, this is our fault :(</p>
+ </div>
+</body>
+</html> \ No newline at end of file
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..27b5b1d
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1 @@
+# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file