blug/site/lists/me.html
2024-08-09 22:38:27 +02:00

28 lines
No EOL
706 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - me</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/creacher.png">
</head>
<body>
<main>
<p>
I also exist on:<br>
- <a href="https://git.crispypin.cc/CrispyPin">forgejo (git server)</a><br>
- <a href="https://crispypin.itch.io">itch.io (games)</a><br>
- <a href="https://www.youtube.com/CrispyPin42">youtube</a><br>
- <a href="https://github.com/CrispyPin">github</a><br>
- <a href="https://cathode.church/@crispy">mastodon</a><br>
</p>
<p>
<a href="/">home</a><br>
</main>
</body>
</html>