1
Fork 0

Theme 404 page

This commit is contained in:
Jake Howard 2018-08-02 08:29:42 +01:00
parent 1a64d2a513
commit e7cdcb0774
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
<h1>Page not found</h1>
{% extends "base.html" %}
<h2>Sorry, this page could not be found.</h2>
{% block content %}
<header id="index-header" class="d-flex align-items-center">
<div class="text-center m-auto text-light">
<h1 class="display-1">There's nothing here!</h1>
<p class="lead">The page you were looking for could not be found</p>
</div>
</header>
{% endblock %}