diff options
Diffstat (limited to 'syte/templates/404.html')
-rw-r--r-- | syte/templates/404.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/syte/templates/404.html b/syte/templates/404.html deleted file mode 100644 index d4071bc..0000000 --- a/syte/templates/404.html +++ /dev/null @@ -1,10 +0,0 @@ -{% 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 %} |