summaryrefslogtreecommitdiffstats
path: root/app/templates/404.html.j2
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-03-18 20:24:53 +0300
committersyn <isaqtm@gmail.com>2020-03-18 20:24:53 +0300
commitbec124bf8be1bee61c11b802c864a069d27a4b2b (patch)
tree9b68dca64e9c23b6e6c7468e027ae7487050b6c8 /app/templates/404.html.j2
parentc8a027ef282962584c5155a9015b644ad197d9c8 (diff)
downloadblure-bec124bf8be1bee61c11b802c864a069d27a4b2b.tar.gz
More exceptions
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