From ba560aeb57910bf05ddc4bc70ebdf7f704afeb46 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Wed, 1 Apr 2026 22:12:16 +0800 Subject: minor changes --- .DS_Store | Bin 6148 -> 6148 bytes backend/__pycache__/main.cpython-314.pyc | Bin 31678 -> 34213 bytes backend/db.db-journal | Bin 8720 -> 8720 bytes frontend/assets/icons/transparent_text_logo.svg | 83 ++++++++++++++++++++++++ frontend/index.html | 2 +- frontend/start/index.html | 2 +- frontend/status/index.html | 2 +- frontend/style.css | 9 +++ frontend/timer/index.html | 2 +- 9 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 frontend/assets/icons/transparent_text_logo.svg diff --git a/.DS_Store b/.DS_Store index c67970a..1c9ee72 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/backend/__pycache__/main.cpython-314.pyc b/backend/__pycache__/main.cpython-314.pyc index 53d8992..f65235c 100644 Binary files a/backend/__pycache__/main.cpython-314.pyc and b/backend/__pycache__/main.cpython-314.pyc differ diff --git a/backend/db.db-journal b/backend/db.db-journal index c374f9b..e58d84d 100644 Binary files a/backend/db.db-journal and b/backend/db.db-journal differ diff --git a/frontend/assets/icons/transparent_text_logo.svg b/frontend/assets/icons/transparent_text_logo.svg new file mode 100644 index 0000000..5740452 --- /dev/null +++ b/frontend/assets/icons/transparent_text_logo.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + diff --git a/frontend/index.html b/frontend/index.html index 83cb79a..fd7a1e9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -9,7 +9,7 @@
- + H?
diff --git a/frontend/start/index.html b/frontend/start/index.html index 426fb79..bcfd1a6 100644 --- a/frontend/start/index.html +++ b/frontend/start/index.html @@ -9,7 +9,7 @@
- + H?
diff --git a/frontend/status/index.html b/frontend/status/index.html index b4c3fff..46c50ed 100644 --- a/frontend/status/index.html +++ b/frontend/status/index.html @@ -14,7 +14,7 @@ }
- + H?
diff --git a/frontend/style.css b/frontend/style.css index e3c8f68..37e66e8 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -352,6 +352,15 @@ a { font-size: 2rem; } +#icon { + background-image: url("/assets/icons/transparent_text_logo.svg"); + background-size: contain; + background-repeat: no-repeat; + height: 3.2rem; + margin-bottom: .5rem; + display: block; +} + button { font-family: "Interesting", sans-serif; font-size: 1rem; diff --git a/frontend/timer/index.html b/frontend/timer/index.html index 3ddf5b1..724ebe8 100644 --- a/frontend/timer/index.html +++ b/frontend/timer/index.html @@ -9,7 +9,7 @@
- + H?
-- cgit v1.2.3