From b3d28bbd38b0b76a466835ebf25f87f7b7570928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 15 Jun 2026 06:45:28 +0400 Subject: [PATCH] =?UTF-8?q?clean:=20=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD?= =?UTF-8?q?=20=D0=BC=D1=91=D1=80=D1=82=D0=B2=D1=8B=D0=B9=20style.css=20(?= =?UTF-8?q?=D0=B2=D0=B5=D1=81=D1=8C=20CSS=20=D0=B2=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=20upload.html)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/static/css/style.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 site/static/css/style.css diff --git a/site/static/css/style.css b/site/static/css/style.css deleted file mode 100644 index 001003a..0000000 --- a/site/static/css/style.css +++ /dev/null @@ -1,8 +0,0 @@ -body { - font-family: Arial, sans-serif; - max-width: 600px; - margin: 100px auto; - text-align: center; - color: #333; -} -h1 { color: #2c3e50; }