From 0d22d036f7a2e891667db9c6bf1e5ecad08cbe2e Mon Sep 17 00:00:00 2001 From: Isaiah Billingsley Date: Tue, 3 Mar 2026 00:36:59 -0500 Subject: [PATCH] Rename files --- style.css => index.css | 0 index.html | 4 ++-- main.js => index.js | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename style.css => index.css (100%) rename main.js => index.js (100%) diff --git a/style.css b/index.css similarity index 100% rename from style.css rename to index.css diff --git a/index.html b/index.html index 51bc108..3f85796 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ BS Overlay - +
@@ -26,6 +26,6 @@
- + diff --git a/main.js b/index.js similarity index 100% rename from main.js rename to index.js