summaryrefslogtreecommitdiff
path: root/views/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/404.html')
-rw-r--r--views/404.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/404.html b/views/404.html
new file mode 100644
index 0000000..a438fb5
--- /dev/null
+++ b/views/404.html
@@ -0,0 +1,14 @@
+{% extends "snippets/layout.html" %}
+
+{% block title "404 | Hochzeit" %}
+
+{% block main %}
+
+<div class="container">
+
+ <h1>404 - Page not Found</h1>
+ <p>Oh no! This page does not exist. Start over. Do not pass Go! Do not collect 200 dollars!</p>
+
+</div>
+
+{% endblock %}