tmp.htmlx/index.html

9 lines
203 B
HTML
Raw Normal View History

2023-07-07 21:41:15 -04:00
<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>