This commit is contained in:
Matthew Stratford 2020-10-24 13:52:06 +01:00
parent a35fa06c06
commit 8f58e426e3

View file

@ -3,7 +3,7 @@
<div class="container-fluid text-center p-5">
<div class="error mx-auto" data-text="404">404</div>
<p class="lead text-gray-800 mb-5">Page Not Found</p>
<p class="text-gray-900 mb-0">Looks like you fell of the tip of the iceberg.</p>
<p class="text-gray-900 mb-0">Looks like you fell off the tip of the iceberg.</p>
<a href="/">← Escape Back Home</a>
</div>
{% endblock %}