2024-04-26 22:05:44 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-04-26 23:25:21 +02:00
< title > something silly - index< / title >
2024-05-26 17:58:00 +02:00
< link rel = "stylesheet" href = "/style.css" >
2024-07-06 15:41:31 +02:00
< link rel = "icon" type = "image/x-icon" href = "/creacher.png" >
2024-04-26 22:05:44 +02:00
< / head >
< body >
2024-05-26 17:58:00 +02:00
< main >
2024-07-17 21:54:10 +02:00
< h1 id = "meow" > meow< / h1 >
2024-04-26 22:05:44 +02:00
< p >
hello i might write some words here from time to time< br >
< / p >
< p >
2024-07-06 01:01:12 +02:00
< a href = "/" > this< / a > < a href = "https://git.crispypin.cc/CrispyPin/blug" > website< / a > is running on my own < a href = "https://git.crispypin.cc/CrispyPin/webserver" > webserver< / a > and generated with my < a href = "https://git.crispypin.cc/CrispyPin/htmd" > static site builder< / a > < br >
2024-04-26 22:45:25 +02:00
this means it is< br >
[✓] scuffed< br >
[✓] non-compliant< br >
[✓] transgener< br >
[✔] no tracking or javascipt< br >
[✅] silly< br >
< / p >
2024-05-31 22:51:49 +02:00
< h2 id = "content" > "content"< / h2 >
2024-04-26 22:45:25 +02:00
< p >
2024-08-03 22:04:53 +02:00
- < a href = "/awful_software/unity-on-linux" > unity on linux sucks< / a > < br >
2024-08-28 19:54:28 +02:00
- < a href = "/vent/dead-trees" > dead trees< / a > < br >
2024-07-06 00:50:55 +02:00
- < a href = "/horological-crimes" > horological crimes< / a > < br >
2024-08-29 21:19:07 +02:00
- < a href = "/snad" > snad< / a > < br >
2024-05-25 18:42:10 +02:00
- < a href = "/keyboards-are-fun" > keyboar< / a > < br >
2024-08-28 19:54:28 +02:00
- < a href = "/vent/distracting" > distracting< / a > < br >
2024-07-06 15:40:13 +02:00
- < a href = "/blender" > blender< / a > < br >
2024-08-09 22:33:19 +02:00
- < a href = "/old-projects/old-project-list" > old projects< / a > < br >
2024-04-26 23:25:21 +02:00
- todo: put more words in the computer< br >
2024-07-06 13:45:47 +02:00
< / p >
< p >
2024-09-15 22:17:31 +02:00
< a href = "/lists/me" > me elsewhere< / a > | < a href = "/photos" > photos< / a > | < a href = "/portfolio" > portfolio< / a > < br >
2024-08-09 22:38:27 +02:00
< a href = "/lists/bookmarks" > bookmarks< / a > | < a href = "/lists/music" > music< / a > < br >
2024-04-26 22:45:25 +02:00
< / p >
2024-07-17 21:54:10 +02:00
< div class = "flags" >
< div id = "pan" > < / div > < br >
< div id = "enby" > < / div > < br >
< div id = "trans" > < / div > < br >
< div id = "pride" > < / div > < br >
< div id = "lesbian" > < / div > < br >
2024-08-03 22:04:53 +02:00
< / div >
< a rel = "me" href = "https://cathode.church/@crispy" > < / a >
2024-04-26 22:05:44 +02:00
2024-05-26 17:58:00 +02:00
< / main >
2024-04-26 22:05:44 +02:00
< / body >
2024-05-26 17:58:00 +02:00
< / html >