aboutsummaryrefslogtreecommitdiff
path: root/interfaces/http/web/views/not_found.erb
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces/http/web/views/not_found.erb')
-rw-r--r--interfaces/http/web/views/not_found.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/interfaces/http/web/views/not_found.erb b/interfaces/http/web/views/not_found.erb
new file mode 100644
index 0000000..7a4228b
--- /dev/null
+++ b/interfaces/http/web/views/not_found.erb
@@ -0,0 +1,3 @@
+<h1>404 Not Found</h1>
+<p>The page you are looking for does not exist.</p>
+<p><a href="/">Go to front page</a>.</p>