taevas.xyz/index.html
Taevas 56eeefd7d4 Use Vite (again) to reduce website size
Here's some data:

Netlify: Transferred 78kB JS + 5.17kB CSS / Size 255kB JS + 26kB CSS
Prev. commit: Transf. 922kB JS + 122kB CSS / Size 922kB JS + 122kB CSS
This commit: Transf. 257kB JS + 26kB CSS / Size 257kB JS + 26kB CSS

I am pretty sure I could reduce Transf. through Accept-Encoding stuff
2025-03-11 14:01:04 +01:00

47 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="stylesheet" href="./index.css">
<script defer src="https://visitors.taevas.xyz/script.js" data-website-id="f196d626-e609-4841-9a80-0dc60f523ed5"></script>
<title>Site - taevas.xyz</title>
</head>
<body class="bg-gradient-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>
<div id="root">
</div>
<script type="module" src="./src/App.tsx"></script>
</body>
</html>