diff --git a/.gitignore b/.gitignore index 5fd7033..eb44cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -111,4 +111,6 @@ backend/public/uploads/ # API keys and secrets (additional protection) config/ secrets/ -keys/ \ No newline at end of file +keys/ + +icon/ \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index a332ab6..23f9e53 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,12 +1,8 @@ - + - + Weather App diff --git a/frontend/public/icon_weather-app_dark.png b/frontend/public/icon_weather-app_dark.png new file mode 100644 index 0000000..61a430f Binary files /dev/null and b/frontend/public/icon_weather-app_dark.png differ diff --git a/frontend/public/vite.svg b/frontend/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/frontend/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file