diff --git a/content/assets/scripts/halloween/Ghost.jpg b/content/assets/images/Ghost.jpg similarity index 100% rename from content/assets/scripts/halloween/Ghost.jpg rename to content/assets/images/Ghost.jpg diff --git a/content/assets/scripts/halloween/index.html b/content/assets/scripts/halloween/index.html deleted file mode 100644 index 5330cdf..0000000 --- a/content/assets/scripts/halloween/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - -
- - -
- - - - - - \ No newline at end of file diff --git a/content/assets/scripts/halloween/main.js b/content/assets/scripts/halloween/main.js index 3c98d75..0996caf 100644 --- a/content/assets/scripts/halloween/main.js +++ b/content/assets/scripts/halloween/main.js @@ -57,7 +57,7 @@ function update_coolness() { wasmWorker.onmessage = function (e) { var img2 = document.createElement("img"); - img2.src = "../assets/scripts/halloween/Ghost.jpg"; + img2.src = "../assets/images/Ghost.jpg"; if(e.data.features) { ctx.clearRect(0,0, width, height);