diff options
Diffstat (limited to 'web/index.templ')
| -rw-r--r-- | web/index.templ | 8 |
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> |
