From 768e30721c0b9e44bb051fd6e1b48ab1e1bab5c2 Mon Sep 17 00:00:00 2001 From: tenkyuu Date: Mon, 18 Nov 2024 10:58:19 +0800 Subject: [PATCH] fixed structiong again lol --- .../index.html} | 4 ++-- .../palindrome-checker.js => palindrome-checker/script.js} | 0 .../palindrome-checker.css => palindrome-checker/styles.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename projects/{palindrome-checker.html => palindrome-checker/index.html} (94%) rename projects/{js/palindrome-checker.js => palindrome-checker/script.js} (100%) rename projects/{css/palindrome-checker.css => palindrome-checker/styles.css} (100%) diff --git a/projects/palindrome-checker.html b/projects/palindrome-checker/index.html similarity index 94% rename from projects/palindrome-checker.html rename to projects/palindrome-checker/index.html index 131828e..6e5cd80 100644 --- a/projects/palindrome-checker.html +++ b/projects/palindrome-checker/index.html @@ -12,7 +12,7 @@ - + @@ -53,6 +53,6 @@ - + \ No newline at end of file diff --git a/projects/js/palindrome-checker.js b/projects/palindrome-checker/script.js similarity index 100% rename from projects/js/palindrome-checker.js rename to projects/palindrome-checker/script.js diff --git a/projects/css/palindrome-checker.css b/projects/palindrome-checker/styles.css similarity index 100% rename from projects/css/palindrome-checker.css rename to projects/palindrome-checker/styles.css -- 2.39.5