Started playing with htmx and golang
This commit is contained in:
1
static/htmx.min.js
vendored
Normal file
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
5
static/index.html
Normal 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>
|
Reference in New Issue
Block a user