From fa7f7d59cb2c875b5d0e369bcaef3b4f4cbe79fe Mon Sep 17 00:00:00 2001 From: vex Date: Wed, 20 Nov 2024 10:02:33 +0100 Subject: [PATCH] cleaned up files and fixed stylesheet --- public/login/index.html | 2 +- {public => static/Styles}/login/style.css | 2 +- {public/login => static/images}/LoginBackround.jpg | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename {public => static/Styles}/login/style.css (96%) rename {public/login => static/images}/LoginBackround.jpg (100%) 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