continued
implemented HTMX implemented ORM (sequelize)
This commit is contained in:
parent
2a9bd4e81b
commit
d756a192e4
71 changed files with 3822 additions and 694 deletions
12
views/login.njk
Normal file
12
views/login.njk
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue