diff options
author | axtloss <axtlos@disroot.org> | 2024-12-07 00:51:38 +0100 |
---|---|---|
committer | axtloss <axtlos@disroot.org> | 2024-12-07 00:51:38 +0100 |
commit | 0d0ed030e160e8608091c8049b089359c0cf6b15 (patch) | |
tree | 6a2ae37117a3336696180c8811f55e3261fd64a4 | |
parent | ef6c4b162a49929672dd2dc40920ae1845456198 (diff) | |
download | website-0d0ed030e160e8608091c8049b089359c0cf6b15.tar.gz website-0d0ed030e160e8608091c8049b089359c0cf6b15.tar.bz2 |
Add incremnet
-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 3949be8..09f6b6c 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -164,6 +164,9 @@ <a href="https://futile.eu/" target="_blank" rel="noopener noreferrer"> <img src="https://futile.eu/static/buttons/futile.png" alt="button that says 'futile'" width="88px" height="31px"> </a> + <a> + <iframe src="https://increm.net/badge?key=xenia" title="incremnet badge" width="88" height="31" frameborder="0" style="background-color: #d4d0c8"></iframe> + </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> |