diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-06-09 23:32:57 -0500 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:19 +0200 |
| commit | f44d47f0b0a1a2ff8a1420490e877be813cb2ce6 (patch) | |
| tree | 353a9fd81257291782914dd5f96b580bd38ceb3b /html/tools.html | |
| parent | 0a4824829f491e26bbd537770af68eba3355d000 (diff) | |
| download | muhqs-game-f44d47f0b0a1a2ff8a1420490e877be813cb2ce6.tar.gz muhqs-game-f44d47f0b0a1a2ff8a1420490e877be813cb2ce6.zip | |
move wasm_exec.js to js subdir
Diffstat (limited to 'html/tools.html')
| -rw-r--r-- | html/tools.html | 2 |
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(); |
