2020-10-24 12:47:48 +00:00
|
|
|
{% extends 'base.html' %}
|
2020-10-24 14:04:33 +00:00
|
|
|
{% block content_inner %}
|
|
|
|
<div class="text-center">
|
2021-05-25 22:10:39 +00:00
|
|
|
<div class="error-big mx-auto" data-text="404">404</div>
|
2020-10-24 14:04:33 +00:00
|
|
|
<p class="lead text-gray-800 mb-5">Page Not Found</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>
|
2021-05-25 22:10:39 +00:00
|
|
|
{% endblock %}
|