Update html/html.go

This commit is contained in:
OnTake 2024-05-25 23:24:13 +02:00
parent ca045e61aa
commit 715730c3df

View File

@ -37,7 +37,7 @@ func FileListPage(req string, entries []Entry) string {
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
background-color: var(--bg-color); background-color: var(--bg-color);
background-image: url(assets/images/logo-64px-padded.png); background-image: url(/assets/images/logo-64px-padded.png);
background-blend-mode: difference; background-blend-mode: difference;
text-align: center; text-align: center;
} }