Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
remove noise from live.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Oct 29, 2023
1 parent 3cb0b35 commit d501c3c
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions priv/user/live.html
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@

<!DOCTYPE html>
<html>
<head>
<title>Your Page</title>
<script src="https://unpkg.com/htmx.org@1.9.6"></script>
</head>

<body>
<h1>
Your HTMX demo
</h1>

<div>
<button hx-post="/chapter1-clicked" hx-swap="outerHTML" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
Click Me
</button>
</div>
</body>
</html>


EMPTY FILE

0 comments on commit d501c3c

Please sign in to comment.