diff options
Diffstat (limited to 'syte/templates/404.html')
-rw-r--r-- | syte/templates/404.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/syte/templates/404.html b/syte/templates/404.html new file mode 100644 index 0000000..d4071bc --- /dev/null +++ b/syte/templates/404.html @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% block pagetitle %}404 Not Found{% endblock %} +{% block main_section %} +<section class="main-section"> + <article> + <h2>The page you are looking for was not found.</h2> + <p>Please use the links on the left to navigate to your desired destination.</p> + </article> +</section> +{% endblock %} |