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 @@