htmx/www/templates/404.html
2025-01-07 10:15:02 +01:00

12 lines
253 B
HTML

{% extends "htmx-theme/templates/base.html" %}
{% block title %}
{% set html_title = "</> htmx ~ 404 Not found " %}
{% endblock title %}
{% block content %}
<h1 style="margin-bottom: 500px;">
404 Not Found
</h1>
{% endblock content %}