aboutsummaryrefslogtreecommitdiff
path: root/web/index.templ
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-04-03 07:54:24 -0400
committerGitHub <noreply@github.com>2025-04-03 07:54:24 -0400
commitb14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32 (patch)
treed1779bfab2a0f690fce1fa8a160f0c00b7775ae7 /web/index.templ
parent21a9d77788653f30fef4f3b37e8163a833f1a5d9 (diff)
downloadanubis-b14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32.tar.xz
anubis-b14aa6a0c33c525d1dcbbfc9233a22ffd4a17c32.zip
Add new Anubis mascot (#204)
* Add new Anubis mascot Signed-off-by: Xe Iaso <me@xeiaso.net> * web: add artist credit to footer 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.templ8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/index.templ b/web/index.templ
index b43e82c..ff3994f 100644
--- a/web/index.templ
+++ b/web/index.templ
@@ -66,6 +66,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>
@@ -114,7 +115,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>
@@ -137,8 +138,7 @@ templ bench() {
<th style="width:4rem">Iters B</th>
</tr>
</thead>
- <tbody id="results" style="padding-top:0.25rem;display:grid;grid-template-columns:subgrid;grid-auto-rows:min-content;grid-column:1/-1;row-gap:0.25rem;overflow-y:auto;font-variant-numeric:tabular-nums">
- </tbody>
+ <tbody id="results" style="padding-top:0.25rem;display:grid;grid-template-columns:subgrid;grid-auto-rows:min-content;grid-column:1/-1;row-gap:0.25rem;overflow-y:auto;font-variant-numeric:tabular-nums"></tbody>
</table>
<div class="centered-div">
<img
@@ -167,7 +167,7 @@ templ bench() {
<div style="margin-top:0.25rem;display:flex;justify-content:end">
<label for="compare-select" style="margin-right:0.5rem">Compare:</label>
<select id="compare-select" name="compare">
- <option value="NONE">-</option>
+ <option value="NONE">-</option>
</select>
</div>
</form>