Skip to content

Commit

Permalink
change js file location
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Feb 12, 2024
1 parent e939cce commit ddc2c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<load src="1-gallery.html" />
<load src="2-form.html" />
</div>
<script type="module" src="js/main.js"></script>
<script type="module" src="./js/main.js"></script>
</body>
</html>

0 comments on commit ddc2c90

Please sign in to comment.