initial commit

This commit is contained in:
Vincent Batts 2023-07-07 21:41:15 -04:00
parent 7963995d89
commit 025604ce28
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
2 changed files with 9 additions and 0 deletions

1
htmx.min.js vendored Normal file

File diff suppressed because one or more lines are too long

8
index.html Normal file
View file

@ -0,0 +1,8 @@
<html>
<head>
<script src="/htmx.min.js"></script>
</head>
<body>
<button hx-post="/clicked" hx-trigger="click" hx-target="#parent-div" hx-swap="outerHTML" > Click Me! </button>
</body>
</html>