From d7b38fc02f06c75f8c0722672851db75154afc26 Mon Sep 17 00:00:00 2001 From: Uzer Qureshi Date: Sat, 28 Oct 2023 06:27:56 +0530 Subject: [PATCH 1/2] issueSolved of Seperating the HTML,CSS ,JS in another folder --- style.css => CSS/style.css | 0 index.html => HTML/index.html | 0 app.js => JS/app.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename style.css => CSS/style.css (100%) rename index.html => HTML/index.html (100%) rename app.js => JS/app.js (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/HTML/index.html similarity index 100% rename from index.html rename to HTML/index.html diff --git a/app.js b/JS/app.js similarity index 100% rename from app.js rename to JS/app.js From 372536d80a87727617c5421f2f54ef0080e1e5ef Mon Sep 17 00:00:00 2001 From: Uzer Qureshi Date: Sun, 29 Oct 2023 08:50:15 +0530 Subject: [PATCH 2/2] issueSolved of Seperating the HTML,CSS ,JS in another folder --- HTML/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTML/index.html b/HTML/index.html index 173089c..55def92 100644 --- a/HTML/index.html +++ b/HTML/index.html @@ -2,7 +2,7 @@ Weather App - + @@ -19,6 +19,6 @@

Current Weather Conditions

- + \ No newline at end of file