From 9a29f3389087718011fe4e078671a461da999735 Mon Sep 17 00:00:00 2001 From: Aaron Axvig Date: Mon, 16 Mar 2026 13:47:06 -0500 Subject: [PATCH] Move .js file to js folder --- web/index.html | 2 +- web/{ => js}/script.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename web/{ => js}/script.js (100%) diff --git a/web/index.html b/web/index.html index ff5c299..7e3d97d 100644 --- a/web/index.html +++ b/web/index.html @@ -49,6 +49,6 @@ - + \ No newline at end of file diff --git a/web/script.js b/web/js/script.js similarity index 100% rename from web/script.js rename to web/js/script.js