8 lines
203 B
HTML
8 lines
203 B
HTML
<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>
|