diff options
Diffstat (limited to 'python/fatcat_web/templates/404.html')
-rw-r--r-- | python/fatcat_web/templates/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/fatcat_web/templates/404.html b/python/fatcat_web/templates/404.html new file mode 100644 index 00000000..c8fbfeac --- /dev/null +++ b/python/fatcat_web/templates/404.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block body %} + +<h1>404: Not Found</h1> + +{% endblock %} |