C webserver like a chad

This commit is contained in:
2024-02-08 12:50:03 -05:00
parent a25eb1d730
commit 3f9fd95d2a
36 changed files with 457 additions and 4501 deletions

7
index.html Normal file
View File

@@ -0,0 +1,7 @@
<div>
<script src="https://unpkg.com/htmx.org@1.9.10"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me
</button>
</div>