aboutsummaryrefslogtreecommitdiff
path: root/web/index.templ
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-03 08:40:34 -0400
committerXe Iaso <me@xeiaso.net>2025-04-03 08:40:34 -0400
commit344fd12e530bd28efb15a8488ad0772f312bd3f0 (patch)
tree5cc5e02cc9e53272b1c5667fc145ccf0c1c5b695 /web/index.templ
parent08fa5f8085770774e34ac5510c2e01dbffb128e7 (diff)
downloadanubis-release/v1.15.2.tar.xz
anubis-release/v1.15.2.zip
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/index.templ')
-rw-r--r--web/index.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.templ b/web/index.templ
index fbb1c3f..35b1fdb 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -209,7 +209,7 @@ templ errorPage(message string) {
<img
id="image"
style="width:100%;max-width:256px;"
- src={ "/.within.website/x/cmd/anubis/static/img/sad.webp?cacheBuster=" + anubis.Version }
+ src={ "/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=" + anubis.Version }
/>
<p>{ message }.</p>
<button onClick="window.location.reload();">Try again</button>