aboutsummaryrefslogtreecommitdiff
path: root/web/index.templ
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-03 10:59:59 -0400
committerGitHub <noreply@github.com>2025-04-03 10:59:59 -0400
commit35e0a8179a70678708ceb90c9a285940f99b9774 (patch)
tree5cc5e02cc9e53272b1c5667fc145ccf0c1c5b695 /web/index.templ
parentf844fffd1ebd4178292df09ce181ad0d6db4038f (diff)
downloadanubis-release/v1.15.x.tar.xz
anubis-release/v1.15.x.zip
Add the new CELPHASE art to the stable branch (#209)v1.15.2release/v1.15.x
* web: add artist credit to footer Signed-off-by: Xe Iaso <me@xeiaso.net> * v1.15.2 Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'web/index.templ')
-rw-r--r--web/index.templ3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.templ b/web/index.templ
index ca6086c..35b1fdb 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -153,6 +153,7 @@ templ base(title string, body templ.Component) {
href="https://techaro.lol"
>Techaro</a>. Made with ❤️ in 🇨🇦.
</p>
+ <p>Mascot design by <a href="https://bsky.app/profile/celphase.bsky.social">CELPHASE</a>.</p>
</center>
</footer>
</main>
@@ -208,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>