BAPSicle/ui-templates/404.html
2021-04-18 02:03:44 +01:00

9 lines
No EOL
333 B
HTML

{% extends 'base.html' %}
{% block content_inner %}
<div class="text-center">
<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 off the tip of the iceberg.</p>
<a href="/">← Escape Back Home</a>
</div>
{% endblock %}