Skip to content

Commit

Permalink
fixed website
Browse files Browse the repository at this point in the history
  • Loading branch information
uek-1 committed Jul 10, 2023
1 parent 5a32387 commit 2c42cc3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions github-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<title>LearnXOR</title>

<!-- config for our rust wasm binary. go to https://trunkrs.dev/assets/#rust for more customization -->
<script type="module">import init from '/gui-f2bbef4af0d3ecbe.js';init('/gui-f2bbef4af0d3ecbe_bg.wasm');</script>
<script type="module">import init from '/xor-train-game/preload.js';init('/xor-train-game/app.wasm');</script>
<!-- this is the base url relative to which other urls will be constructed. trunk will insert this from the public-url option -->
<base href="/">
<base href="/xor-train-game">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#404040">

Expand Down Expand Up @@ -100,8 +100,8 @@
}
</style>

<link rel="preload" href="/gui-f2bbef4af0d3ecbe_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/gui-f2bbef4af0d3ecbe.js"></head>
<link rel="preload" href="/app.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/preload.js"></head>

<body>
<!-- The WASM code will resize the canvas dynamically -->
Expand Down

0 comments on commit 2c42cc3

Please sign in to comment.