initial commit
This commit is contained in:
parent
7963995d89
commit
025604ce28
2 changed files with 9 additions and 0 deletions
1
htmx.min.js
vendored
Normal file
1
htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
8
index.html
Normal file
8
index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue