aboutsummaryrefslogtreecommitdiff
path: root/interfaces/http/web/views/not_found.erb
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-03-02 21:35:44 +0100
committerJohn Ankarström <john@ankarstrom.se>2021-03-02 21:35:44 +0100
commitd072b503f5ccc5d08f279aac463d37837cbbb576 (patch)
treef8f1265ea274ad1d4a32a8272da68187813231e6 /interfaces/http/web/views/not_found.erb
parent0882804d708fe5a1732c6b9faa7d9a2f369f5257 (diff)
downloadcomb-d072b503f5ccc5d08f279aac463d37837cbbb576.tar.gz
Add 'post' and 'not_found' views
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>