diff options
author | syn <isaqtm@gmail.com> | 2020-03-18 20:24:53 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-03-18 20:24:53 +0300 |
commit | bec124bf8be1bee61c11b802c864a069d27a4b2b (patch) | |
tree | 9b68dca64e9c23b6e6c7468e027ae7487050b6c8 /app/templates/404.html.j2 | |
parent | c8a027ef282962584c5155a9015b644ad197d9c8 (diff) | |
download | blure-bec124bf8be1bee61c11b802c864a069d27a4b2b.tar.gz |
More exceptions
Diffstat (limited to 'app/templates/404.html.j2')
-rw-r--r-- | app/templates/404.html.j2 | 6 |
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 |