diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-06-09 23:32:57 -0500 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-07-03 22:01:22 -0400 |
| commit | 3b8874cd6d53842288f7531eca1f1b6def06899e (patch) | |
| tree | 45c7909c35e9a5af3008d69c8ea2af4c7c4275a1 /html/tools.html | |
| parent | 58ebb866681a36066ba0c6338bb810f28cee354c (diff) | |
| download | muhqs-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.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(); |
