add date stamps and links to my stuff elsewhere

This commit is contained in:
Crispy 2024-07-06 13:45:47 +02:00
parent 7b82a7719e
commit d99f1c3870
12 changed files with 52 additions and 6 deletions

27
site/my-other-stuff.html Normal file
View file

@ -0,0 +1,27 @@
<!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>