tmp.htmlx/index.html
2024-05-26 21:05:59 -04:00

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>