From 5be6a35e7d9002fdb4ffe8c0df7fcdb7c6eb90e2 Mon Sep 17 00:00:00 2001 From: Mike Rockwell Date: Tue, 15 Jul 2025 17:29:18 -0400 Subject: [PATCH] remove css folder --- index.html | 2 +- css/style.css => style.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename css/style.css => style.css (100%) diff --git a/index.html b/index.html index 20ebbcd..af226b5 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ - + diff --git a/css/style.css b/style.css similarity index 100% rename from css/style.css rename to style.css