move lists to subdir

This commit is contained in:
Crispy 2024-08-09 22:38:27 +02:00
parent a42d4cecef
commit 2d5dbd0273
11 changed files with 5 additions and 7 deletions

28
site/lists/me.html Normal file
View file

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