diff options
Diffstat (limited to 'app/templates/404.html')
| -rw-r--r-- | app/templates/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/404.html b/app/templates/404.html new file mode 100644 index 0000000..7dde47e --- /dev/null +++ b/app/templates/404.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block content %} + <h1>Page Not Found</h1> + <p><a href="{{ url_for('index') }}">Home</p> +{% endblock %} |
