From 715730c3df97482c1caa537e4a88bc43c06b16a3 Mon Sep 17 00:00:00 2001 From: OnTake Date: Sat, 25 May 2024 23:24:13 +0200 Subject: [PATCH] Update html/html.go --- html/html.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html.go b/html/html.go index 7166644..37ea297 100644 --- a/html/html.go +++ b/html/html.go @@ -37,7 +37,7 @@ func FileListPage(req string, entries []Entry) string { font-weight: 400; font-style: normal; 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; text-align: center; }