Vendor HTMX

This commit is contained in:
2026-08-05 19:00:53 +03:00
parent 3b909d2620
commit 8f107c41fd
4 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{% block title %}{% endblock title %}</title>
<script src="https://unpkg.com/htmx.org@2.0.0/dist/htmx.min.js"></script>
<link href="/static/styles.css" rel="stylesheet">
<script src="/static/htmx.min.js"></script>
<link href="/static/tailwind.min.css" rel="stylesheet">
{% block head %}
{% endblock head %}