diff options
author | axtloss <axtlos@disroot.org> | 2024-10-17 22:26:24 +0200 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-10-17 22:26:24 +0200 |
commit | cc902732c779d354813bfbb1b376c67a708bdcab (patch) | |
tree | 15a1aa34e2a3c18566117bdf51e2eb3475963dcc /src | |
parent | fc37846668dba97dced3e66235176cfe3a2a19aa (diff) | |
download | website-cc902732c779d354813bfbb1b376c67a708bdcab.tar.gz website-cc902732c779d354813bfbb1b376c67a708bdcab.tar.bz2 |
add ada button
Diffstat (limited to 'src')
-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 7a27235..91954cd 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -158,6 +158,9 @@ <a href="https://xenia.blahaj.land" target="_blank" rel="noopener noreferrer" title="rose garden"> <img src="/rose_88x31.png" alt="button that says 'rose', a rose grows out of the o, on the left the character milk chan is visible, a very pale girl with shoulder length brown hair wearing a black hoodie" width="88px" height="31px"> </a> + <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://nyaa.si/view/964646" target="_blank" rel="noopener noreferrer" title="watch lain now!!"> <img src="/lain.gif" alt="lain" width="88px" height="31px"> </a> |