1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/templates/404.html

11 lines
326 B
HTML

{% extends "base.html" %}
{% 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 %}