From 544e24c5a9d12bd2419130273435b4d89c425d73 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Sat, 14 Dec 2024 17:59:53 +0100 Subject: [PATCH] Add logo --- src/main/resources/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/resources/index.html b/src/main/resources/index.html index ce2499d..6372763 100644 --- a/src/main/resources/index.html +++ b/src/main/resources/index.html @@ -25,10 +25,19 @@ left:0; margin:16px; top:0; + z-index:100; } .info hr{ border-color: #27E4EB; } + .logo{ + bottom:40px; + left:40px; + position:absolute; + } + .logo img{ + height:80px; + } .version{ bottom:0; color:white; @@ -48,6 +57,9 @@
+