diff options
Diffstat (limited to 'app/templates/404.html')
-rw-r--r-- | app/templates/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/templates/404.html b/app/templates/404.html new file mode 100644 index 0000000..a4e9644 --- /dev/null +++ b/app/templates/404.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block main %} + <h2>Oh Snap! Error 404</h2> + <p>The Page you are looking for cannot be found</p> + <p>Go Back <a href="{{ url_for('home') }}">home</a></p> +{% endblock %}
\ No newline at end of file |