tmp-gitea/website/templates/404.html
2022-10-27 22:11:16 +05:30

12 lines
No EOL
253 B
HTML

{% extends "index.html" %}
{% block content %}
<article class="post">
<header>
<h1>404: Page not found</h1>
</header>
<div class="content">
Sorry, this page doesn't seem to exist.
</div>
</article>
{% endblock content %}