Convert exercise form into htmx driven

This commit is contained in:
Peter Stockings
2022-11-19 22:48:24 +11:00
parent 44cf4b2c6b
commit 605d84f8bb
5 changed files with 106 additions and 16 deletions

View File

@@ -11,6 +11,8 @@
<script src="https://unpkg.com/htmx.org"></script>
<script src="https://unpkg.com/hyperscript.org"></script>
<link href="/static/css/style.css" rel="stylesheet">
<script>
function debounce(func, timeout = 300) {
let timer;