diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-18 10:11:13 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-18 10:11:13 +0100 |
commit | 217863fac7f0ba1b47745e19a5bed2f3bc55a0cc (patch) | |
tree | 09bf5704e3f26cb57854535b599d4477caecc10d /juliaset | |
parent | 4ff31ff39b562eacaffbe3ed5c22cf564ed65fb5 (diff) | |
download | static-217863fac7f0ba1b47745e19a5bed2f3bc55a0cc.zip |
Fix path
Diffstat (limited to 'juliaset')
-rw-r--r-- | juliaset/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juliaset/index.htm b/juliaset/index.htm index 8da8454..47d2a69 100644 --- a/juliaset/index.htm +++ b/juliaset/index.htm @@ -595,7 +595,7 @@ run({ canvas : document.getElementById("frame"), - wasm : fetch("julia_set.wasm"), + wasm : fetch("/juliaset/julia_set.wasm"), fit_window : true, }).catch((e) => console.error(e)); </script> |