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 87% rename from index.html rename to HTML/index.html index 173089c..55def92 100644 --- a/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 diff --git a/app.js b/JS/app.js similarity index 100% rename from app.js rename to JS/app.js