Update index.html

This commit is contained in:
2025-06-05 12:29:20 -07:00
committed by GitHub
parent 469bf19283
commit acb8595a13

View File

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