Theme 404 page
This commit is contained in:
parent
1a64d2a513
commit
e7cdcb0774
1 changed files with 9 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue