Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1017ddb 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
antmicrobot committed Oct 24, 2024
1 parent c9b7f12 commit 1a7c8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>
<body style="margin: 0px; background: black">
<script src="./jswasi.js"></script>
<script>
import { hterm, lib } from "../third_party/hterm.js"
<script type="module">
import { hterm, lib } from "./third_party/hterm.js"

window.buffer = "";
window.alive = true;
Expand Down

0 comments on commit 1a7c8af

Please sign in to comment.