Update index.html

This commit is contained in:
2025-06-05 12:33:53 -07:00
committed by GitHub
parent 1214f82b4e
commit af9a2d0fd7

View File

@@ -8,7 +8,7 @@
<script type="module">
import {$} from './index.js'
$('body').inject(`new`)
$('body').render(`new`)
</script>
</body>