self-host htmx

This commit is contained in:
Juraj Kubrican
2025-01-13 17:38:40 +01:00
parent 4b04531746
commit 284aff2785
4 changed files with 485 additions and 1 deletions

View File

@@ -6,7 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
<script src="/js/htmx.min.js"></script>
<script src="/js/ext/ws.js"></script>
<link rel="stylesheet" href="/main.css" >
</head>