From e8f381c78244591fc92a1b9b4dd413ae835f2f4f Mon Sep 17 00:00:00 2001 From: Petruspistor Date: Mon, 18 Aug 2025 13:56:08 -0700 Subject: [PATCH] tweaking some code here and there --- index.html | 4 ++-- resources/{style.css => css/index.css} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename resources/{style.css => css/index.css} (100%) diff --git a/index.html b/index.html index 0e92963..17fa399 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -7,7 +7,7 @@ Peter the Baker - + diff --git a/resources/style.css b/resources/css/index.css similarity index 100% rename from resources/style.css rename to resources/css/index.css