taevas.xyz/index.html

49 lines
2.3 KiB
HTML
Raw Permalink Normal View History

2023-05-07 19:48:02 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2025-04-10 22:05:49 +02:00
<title>Site - taevas.xyz</title>
<link rel="icon" type="image/x-icon" href="/assets/blobcatlain.png">
2023-05-07 19:48:02 +02:00
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
2025-03-06 22:18:15 +01:00
<link rel="stylesheet" href="./index.css">
<script defer src="https://visitors.taevas.xyz/script.js" data-website-id="f196d626-e609-4841-9a80-0dc60f523ed5"></script>
2023-05-07 19:48:02 +02:00
</head>
<body class="bg-linear-to-tl from-amber-100 via-sky-300 to-amber-100 bg-fixed">
<span id="links" style="display: none;">
<a rel="me" href="https://taevas.xyz/">Taevas</a>
<a rel="me" href="https://www.youtube.com/@TTTaevas">YouTube</a>
<a rel="me" href="https://github.com/TTTaevas">GitHub</a>
<a rel="me" href="https://ko-fi.com/taevas">Ko-fi</a>
<a rel="me" href="https://tttaevas.itch.io/">itch.io</a>
<a rel="me" href="https://osu.ppy.sh/users/7276846">osu!</a>
<a rel="me" href="https://www.last.fm/user/TTTaevas">Last.fm</a>
<a rel="me" href="https://anilist.co/user/Taevas">AniList</a>
<a rel="me" href="https://gitlab.com/TTTaevas">GitLab</a>
<a rel="me" href="https://www.speedrun.com/users/Taevas">Speedrun.com</a>
<a rel="me" href="https://app.hackthebox.com/profile/1063999">HackTheBox</a>
<a rel="me" href="https://www.wanikani.com/users/Taevas">Wanikani</a>
<a rel="me" href="https://libre.fm/user/Taevas">Libre.fm</a>
<a rel="me" href="https://beehaw.org/u/Taevas">Beehaw (Lemmy)</a>
<a rel="me" href="https://kitsunes.club/@taevas">KitsuClub (Sharkey)</a>
<a rel="me" href="https://kitsunes.dev/Taevas">KitsuDev (Forgejo)</a>
<a rel="me" href="https://musicbrainz.org/user/Taevas">MusicBrainz</a>
<a rel="me" href="https://listenbrainz.org/user/Taevas">ListenBrainz</a>
</span>
<div id="card" style="display: none;" class="h-card">
<span class="p-nickname">Taevas</span>
<span class="u-email">me@taevas.xyz</span>
<span class="u-url">https://taevas.xyz/</span>
<span class="p-category">game developer</span>
<span class="p-region">Brittany</span>
<span class="p-country-name">France</span>
</div>
2025-04-10 22:05:49 +02:00
<div id="root" class="flex text-center">
2024-05-07 01:56:47 +02:00
</div>
<script type="module" src="./src/App.tsx"></script>
2023-05-07 19:48:02 +02:00
</body>
</html>