From 277614c2f42b49e31d53bcec4e914181fc190b27 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 8 Jun 2024 23:15:38 -0500 Subject: [PATCH] fix: styles/ file structure; --- index.html | 2 +- index.css => styles/index.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.css => styles/index.css (100%) diff --git a/index.html b/index.html index d882669..64db73f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Barrett Ruth diff --git a/index.css b/styles/index.css similarity index 100% rename from index.css rename to styles/index.css