Skip to content

Commit

Permalink
Merge pull request #21 from ThinLiquid:main
Browse files Browse the repository at this point in the history
🩹 fix: emulator theming
  • Loading branch information
ThinLiquid authored Jul 20, 2023
2 parents 4e2dded + 5f83adf commit 8348eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Drag ROM file or click here
</div>

<script src="/scripts/window.js" defer></script>
<script src="/scripts/window.js" type="module" defer></script>
<script src="/emu/emu.js"></script>
</body>
</html>

0 comments on commit 8348eff

Please sign in to comment.