aboutsummaryrefslogtreecommitdiff
path: root/html/tools.html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-06-09 23:32:57 -0500
committerFlorian Fischer <florian.fischer@muhq.space>2025-07-03 22:01:22 -0400
commit3b8874cd6d53842288f7531eca1f1b6def06899e (patch)
tree45c7909c35e9a5af3008d69c8ea2af4c7c4275a1 /html/tools.html
parent58ebb866681a36066ba0c6338bb810f28cee354c (diff)
downloadmuhqs-game-3b8874cd6d53842288f7531eca1f1b6def06899e.tar.gz
muhqs-game-3b8874cd6d53842288f7531eca1f1b6def06899e.zip
move wasm_exec.js to js subdir
Diffstat (limited to 'html/tools.html')
-rw-r--r--html/tools.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tools.html b/html/tools.html
index caca608e..92657748 100644
--- a/html/tools.html
+++ b/html/tools.html
@@ -68,7 +68,7 @@ body {
}
</style>
- <script src="wasm_exec.js"></script>
+ <script src="js/wasm_exec.js"></script>
<script>
const go = new Go();