diff options
Diffstat (limited to 'themes/bear/templates/404.html')
-rw-r--r-- | themes/bear/templates/404.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/bear/templates/404.html b/themes/bear/templates/404.html new file mode 100644 index 0000000..15fd75c --- /dev/null +++ b/themes/bear/templates/404.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block title %}404{% endblock %} + +{% block main %} + <h1>404</h1> + <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> +{% endblock %} |