From e00c1c2607b55f43ef74b5f555f62838f4fe5963 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 5 Jul 2025 21:23:58 +0800 Subject: [PATCH] feat: add lichess link and move static assets to /static --- src/index.html | 5 ++++- src/{ => static}/favicon.ico | Bin src/static/lichess.svg | 4 ++++ src/{ => static}/style.css | 5 +++++ 4 files changed, 13 insertions(+), 1 deletion(-) rename src/{ => static}/favicon.ico (100%) create mode 100644 src/static/lichess.svg rename src/{ => static}/style.css (84%) diff --git a/src/index.html b/src/index.html index 66281fa..492ed3b 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ rrv.sh - + + + Lichess Icon + diff --git a/src/favicon.ico b/src/static/favicon.ico similarity index 100% rename from src/favicon.ico rename to src/static/favicon.ico diff --git a/src/static/lichess.svg b/src/static/lichess.svg new file mode 100644 index 0000000..b7422c8 --- /dev/null +++ b/src/static/lichess.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/style.css b/src/static/style.css similarity index 84% rename from src/style.css rename to src/static/style.css index 1a84d9c..471ab3e 100644 --- a/src/style.css +++ b/src/static/style.css @@ -24,3 +24,8 @@ a:active { a.fa { text-decoration: none; } +.icon { + width: 24px; + height: 24px; + vertical-align: middle; +}