Testing with groups and htmx

This commit is contained in:
mitteneer 2025-06-11 09:26:12 -04:00
parent 6a1c822420
commit 2f420bc5ce
3 changed files with 23 additions and 5 deletions

View file

@ -1,3 +1,11 @@
<div>
<span>Content goes here</span>
</div>
<head>
<script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script>
</head>
@partial partials/header
<h1>Merge Songs</h1>
<form hx-get="/songs" hx-target="#response-div">
<label>Song name <input name="s" type="text"></label>
</form>
<div id="response-div"></div>