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
-
+
+
+
+
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;
+}