summaryrefslogtreecommitdiff
path: root/juliaset/index.htm
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-01-18 10:11:13 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-01-18 10:11:13 +0100
commit217863fac7f0ba1b47745e19a5bed2f3bc55a0cc (patch)
tree09bf5704e3f26cb57854535b599d4477caecc10d /juliaset/index.htm
parent4ff31ff39b562eacaffbe3ed5c22cf564ed65fb5 (diff)
downloadstatic-217863fac7f0ba1b47745e19a5bed2f3bc55a0cc.zip
Fix path
Diffstat (limited to 'juliaset/index.htm')
-rw-r--r--juliaset/index.htm2
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>