comlib/templates/404.html

9 lines
354 B
HTML
Raw Normal View History

2024-09-18 15:57:30 +00:00
{% extends "layout.html" %}
{% block title %}404 - Not found{% endblock %}
{% block body %}
<main class="fp">
<h1 class="h1-404 align-center">404 - Not found</h1>
<p class="p-404 align-center">Whatever you were looking for, it doesn't exist. If you came here from a bookmark, berate Edie for breaking your bookmark</p>
</main>
{% endblock %}