1
0

Started playing with htmx and golang

This commit is contained in:
2024-04-03 21:17:02 +02:00
commit 7fc4ca26d5
5 changed files with 54 additions and 0 deletions

1
static/htmx.min.js vendored Normal file

File diff suppressed because one or more lines are too long

5
static/index.html Normal file
View File

@ -0,0 +1,5 @@
<h1 hx-get="/hello" hx-trigger="load delay:4s"></h1>
<div hx-post="mouse_entered" hx-trigger="mouseenter">
[Here mouse, mouse!]
</div>
<script src="htmx.min.js" ></script>