From 4f04045e420742bccfca2fcf8e32b3d09c675cd9 Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 15 Oct 2025 20:04:03 -0500 Subject: [PATCH] Moved index.html's style sheet from style to home --- index.html | 5 +++-- style.css => stylesheets/home.css | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename style.css => stylesheets/home.css (100%) diff --git a/index.html b/index.html index 8d7cf1b..477cb0d 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ The Void System - + @@ -86,7 +86,8 @@ W175B Placeholder -

Beep Boop! This unit is W175B I am a drone and love linux and system administration and cleaning up

+

Beep Boop! This unit is W175B I am a drone and love linux and system administration and cleaning up. My hobbies are Armored Core and Reading and this is my list

+
diff --git a/style.css b/stylesheets/home.css similarity index 100% rename from style.css rename to stylesheets/home.css