blug/site/my-other-stuff.html

27 lines
No EOL
644 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 - my-other-stuff</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/cretin.png">
</head>
<body>
<main>
<p>
I also exist on:<br>
- <a href="https://git.crispypin.cc/CrispyPin/">my git server</a><br>
- <a href="https://crispypin.itch.io/">itch.io</a><br>
- <a href="https://www.youtube.com/CrispyPin42">youtube</a><br>
- <a href="https://github.com/CrispyPin/">github</a><br>
</p>
<p>
<a href="/">home</a><br>
</main>
</body>
</html>