Update index.html

This commit is contained in:
2025-06-05 12:32:13 -07:00
committed by GitHub
parent acb8595a13
commit 1214f82b4e

View File

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