summaryrefslogtreecommitdiff
path: root/templates/not_found.production.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/not_found.production.html.ep')
-rw-r--r--templates/not_found.production.html.ep16
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/not_found.production.html.ep b/templates/not_found.production.html.ep
new file mode 100644
index 0000000..b96e46e
--- /dev/null
+++ b/templates/not_found.production.html.ep
@@ -0,0 +1,16 @@
+<html>
+
+ <head>
+ <title>Not Found</title>
+ </head>
+
+ <body>
+ <p class=center>
+ Not the page you are looking for.
+ </p>
+ <p class=center>
+ Go back or go to the <%= link_to 'start page' => 'login' %>.
+ </p>
+ </body>
+
+</html>