diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 04:09:20 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 04:09:20 -0500 |
commit | 2b5dc991f232da4b04faaac3c0a524f2d32020cd (patch) | |
tree | 64d8ff1413bdd19dff65f30b1ac4409ca3de3152 /index.html | |
parent | 875dda51134d3e10c03e5fabd621d7ae4afb2c15 (diff) |
module test
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,6 +29,6 @@ <div class="widget button checkbox"></div> </content> - <script src="scripts/main.js"></script> + <script type="module" src="scripts/main.js"></script> </body> </html>
\ No newline at end of file |