feat(other buttons.astro): Add two additional buttons

spec savers because that's funny and archive.org
This commit is contained in:
Aria 2024-12-23 02:58:36 +11:00
parent 62955a7837
commit 30845e5d63
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 11 additions and 0 deletions

View file

@ -52,7 +52,18 @@ const pageTitle = "Aria's friends";
image="/static/img/88x31/astro.png"
target="https://astro.build/"
/>
<!--suppress HtmlDeprecatedAttribute -->
<iframe src="//incr.easrng.net/badge?key=ariadotcoffee" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe>
<FriendLink
name="Specsavers"
image="/static/img/88x31/eyes.gif"
target="https://www.specsavers.com.au/"
/>
<FriendLink
name="Archive.org"
image="/static/img/88x31/lain.gif"
target="https://web.archive.org/web/*/https://aria.coffee/"
/>
</div>
</Partition>
</BaseLayout>