summaryrefslogtreecommitdiffstats
path: root/app/templates/404.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/404.html.j2')
-rw-r--r--app/templates/404.html.j26
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/404.html.j2 b/app/templates/404.html.j2
new file mode 100644
index 0000000..dd04c11
--- /dev/null
+++ b/app/templates/404.html.j2
@@ -0,0 +1,6 @@
+{% extends "base.html.j2" %}
+{% block content %}
+<center>
+ <p style="font-size: 4.04em;">404</p>
+</center>
+{% endblock %} \ No newline at end of file