Skip to content

Commit

Permalink
update relative path to main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMayfield committed Jul 8, 2024
1 parent dd88232 commit 28b3ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Are you sure you want to reset?</h2>
</div>
</div>

<script src="./src/main.js" type="module"></script>
<script src="../src/main.js" type="module"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion public/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h3>Here are some example programs to practice with!</h2>
</div>
</div>

<script src="./src/main.js" type="module"></script>
<script src="../src/main.js" type="module"></script>
</body>

</html>

0 comments on commit 28b3ae4

Please sign in to comment.