From ee06a4b68ce91138adca23363c3311c95068aa86 Mon Sep 17 00:00:00 2001 From: c8in4 <106409156+c8in4@users.noreply.github.com> Date: Thu, 30 May 2024 13:25:02 +1200 Subject: [PATCH] Move css file into separate forlder --- style.css => css/style.css | 0 index.html | 9 ++++----- 2 files changed, 4 insertions(+), 5 deletions(-) rename style.css => css/style.css (100%) diff --git a/style.css b/css/style.css similarity index 100% rename from style.css rename to css/style.css diff --git a/index.html b/index.html index c53995b..372975f 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,15 @@ - + + Snake
-

Snake

+

Snake v2

@@ -38,12 +39,10 @@

Snake

- - \ No newline at end of file