Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasDwyer authored Sep 24, 2023
1 parent 63d7cf5 commit b03c18f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html><html lang="en"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<link rel="preload" href="/web-4e260b072628a16d_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/web-4e260b072628a16d.js"></head>
<link rel="preload" href="./web-4e260b072628a16d_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="./web-4e260b072628a16d.js"></head>
<body style="position:fixed;left:0;top:0;min-width:100%;height:100%;outline:none;overscroll-behavior: contain;" tabindex="-1" onfocus="Array.prototype.slice.call(document.body.children)[0]">
<div id="canvas-holder" style="position:fixed;left:0;top:0;min-width:100%;height:100%;outline:none;overscroll-behavior: contain;">
</div>
Expand Down Expand Up @@ -50,7 +50,7 @@
}
};
</script>
<script src="/coi-serviceworker.min-3ab9f3ea9501efd5.js"></script>
<script type="module">import init from '/web-4e260b072628a16d.js';init('/web-4e260b072628a16d_bg.wasm');</script>
<script src="./coi-serviceworker.min-3ab9f3ea9501efd5.js"></script>
<script type="module">import init from './web-4e260b072628a16d.js';init('./web-4e260b072628a16d_bg.wasm');</script>

</body></html>
</body></html>

0 comments on commit b03c18f

Please sign in to comment.