continued

implemented HTMX
implemented ORM (sequelize)
This commit is contained in:
Kai Waggeling 2025-11-29 21:56:21 +01:00
parent 2a9bd4e81b
commit d756a192e4
71 changed files with 3822 additions and 694 deletions

12
views/login.njk Normal file
View file

@ -0,0 +1,12 @@
{% extends "./master.njk" %}
{% block content %}
<div id="app"
class="w-full flex align-center"
style="min-height: 100svh;"
hx-get="/htmx/authForm"
hx-trigger="load">
<!-- HTMX Content -->
</div>
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.1/dist/flowbite.min.js"></script>
{% endblock %}