From 80ae79d977ba2b61e693b3fac419bb7d49674b37 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 18 Jun 2026 00:12:28 +0300 Subject: fix: favicon and style, again --- hooks/post-receive | 1 + web/favicon.svg | 1 + web/scripts/gen_tool.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 web/favicon.svg diff --git a/hooks/post-receive b/hooks/post-receive index 8ba2d97..8715f3c 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -3,4 +3,5 @@ set -e cd /home/git/build/ugi python3 web/scripts/gen_tool.py spec/ugi_registry_v0.json /var/www/ugi.gumx.cc/index.html rsync -rlptD fonts/ /var/www/ugi.gumx.cc/fonts/ +cp web/favicon.svg /var/www/ugi.gumx.cc/favicon.svg echo "ugi deployed" diff --git a/web/favicon.svg b/web/favicon.svg new file mode 100644 index 0000000..4f9ab68 --- /dev/null +++ b/web/favicon.svg @@ -0,0 +1 @@ + diff --git a/web/scripts/gen_tool.py b/web/scripts/gen_tool.py index 695a33e..abe3594 100644 --- a/web/scripts/gen_tool.py +++ b/web/scripts/gen_tool.py @@ -20,7 +20,7 @@ def generate_html(reg): - + UGI Tool v{reg['spec']['version']} — Encoder / Decoder / Converter