progress or shit, don't feel like devlogging

This commit is contained in:
Jurn Wubben 2025-06-24 09:45:17 +02:00
parent 5dafe72895
commit fe5f1e7ecd
11 changed files with 208 additions and 144 deletions

View file

@ -1,4 +1,6 @@
{% include 'header.html' %}
{% extends "base.html" %}
{% block content %}
<dialog class="modal modal-bottom md:modal-middle" open>
<div class="modal-box">
@ -11,4 +13,4 @@
</div>
</dialog>
{% include 'footer.html' %}
{% endblock content %}