summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r--templates/not_found.html.ep20
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep
new file mode 100644
index 0000000..35255b3
--- /dev/null
+++ b/templates/not_found.html.ep
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>vrr-fakedisplay</title>
+ <meta charset="utf-8">
+ %= stylesheet '/main.css'
+</head>
+<body>
+
+<div class="error">404 Not Found</div>
+<div>
+<pre>
+The requested URL does not exist and does not map to a public transit station.
+</pre>
+</div>
+<div>
+<a href="/">return to main page</a>
+</div>
+</body>
+</html>