From 8da69b5ef891694571623c22c7e640252ba0a2a3 Mon Sep 17 00:00:00 2001 From: AskaEth Date: Sun, 26 Jul 2026 20:35:31 +0800 Subject: [PATCH] feat: custom SVG logo in sidebar and topbar --- static/img/logo.svg | 6 ++++++ templates/index.html | 11 ++--------- 2 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 static/img/logo.svg diff --git a/static/img/logo.svg b/static/img/logo.svg new file mode 100644 index 0000000..845317c --- /dev/null +++ b/static/img/logo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/templates/index.html b/templates/index.html index 41fa493..2212299 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,11 +13,7 @@