diff options
author | axtlos <axtlos@disroot.org> | 2024-11-05 20:26:45 +0100 |
---|---|---|
committer | axtlos <axtlos@disroot.org> | 2024-11-05 20:26:45 +0100 |
commit | 396f0ea7dedd58a8be38731e42084d2ad263f490 (patch) | |
tree | 6bec56a9fdceb6d48d682d820bfc51188769c891 /src/routes | |
parent | cc902732c779d354813bfbb1b376c67a708bdcab (diff) | |
download | website-396f0ea7dedd58a8be38731e42084d2ad263f490.tar.gz website-396f0ea7dedd58a8be38731e42084d2ad263f490.tar.bz2 |
add futile button
Diffstat (limited to 'src/routes')
-rw-r--r-- | src/routes/+page.svelte | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 91954cd..8295fcf 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -161,6 +161,9 @@ <a href="https://chronovore.dev/" target="_blank" rel="noopener noreferrer" title="legiayayana's orbit"> <img src="https://chronovore.dev/button/chronovore.png" alt="button that says 'ada', text is overlayed a photograph of neptune, which in this image is a blue gas giant" width="88px" height="31px"> </a> + <a href="https://futile.eu/" target="_blank" rel="noopener noreferrer" title="legiayayana's orbit"> + <img src="https://futile.eu/buttons/futile.png" alt="button that says 'futile'" width="88px" height="31px"> + </a> <a href="https://nyaa.si/view/964646" target="_blank" rel="noopener noreferrer" title="watch lain now!!"> <img src="/lain.gif" alt="lain" width="88px" height="31px"> </a> |