aboutsummaryrefslogtreecommitdiff
path: root/app/templates/errors/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/errors/404.html')
-rw-r--r--app/templates/errors/404.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/errors/404.html b/app/templates/errors/404.html
new file mode 100644
index 0000000..80f5bd6
--- /dev/null
+++ b/app/templates/errors/404.html
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+
+{% block app_content %}
+ <h1>Page Not Found</h1>
+ <p><a href="{{ url_for('main.index') }}">Home</p>
+{% endblock %}