From 36c98ed2efed2faaaef3b4a316b438d7d5ba6cad Mon Sep 17 00:00:00 2001 From: Arian Nasr Date: Fri, 6 Mar 2026 04:39:02 -0500 Subject: [PATCH] move css inline to external --- static/css/style.css | 4 ++++ templates/error.html | 7 +------ templates/index.html | 7 +------ templates/success.html | 7 +------ 4 files changed, 7 insertions(+), 18 deletions(-) create mode 100644 static/css/style.css diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..377607a --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,4 @@ +body { + background-color: #2B2726; + color: #FFFFFF; +} \ No newline at end of file diff --git a/templates/error.html b/templates/error.html index b909502..9a90ebe 100644 --- a/templates/error.html +++ b/templates/error.html @@ -4,12 +4,7 @@ Error - Upload Music - +

Error

diff --git a/templates/index.html b/templates/index.html index 96774d6..142bd63 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,12 +4,7 @@ Upload Music - +

Upload new File

diff --git a/templates/success.html b/templates/success.html index 5396dec..3f54cdc 100644 --- a/templates/success.html +++ b/templates/success.html @@ -4,12 +4,7 @@ Success - Upload Music - +

Success