diff --git a/public/login/index.html b/public/login/index.html
index 52e874a..a62fea3 100644
--- a/public/login/index.html
+++ b/public/login/index.html
@@ -4,7 +4,7 @@
-
+
Loging
diff --git a/public/login/style.css b/static/Styles/login/style.css
similarity index 96%
rename from public/login/style.css
rename to static/Styles/login/style.css
index d3c6d9d..4d9e32f 100644
--- a/public/login/style.css
+++ b/static/Styles/login/style.css
@@ -14,7 +14,7 @@ body {
justify-content: center;
align-items: center;
min-height: 100vh;
- background: url("LoginBackround.jpg");
+ background: url("../../images/LoginBackround.jpg");
}
.wrapper {
diff --git a/public/login/LoginBackround.jpg b/static/images/LoginBackround.jpg
similarity index 100%
rename from public/login/LoginBackround.jpg
rename to static/images/LoginBackround.jpg