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" >
< link rel = "icon" type = "image/x-icon" href = "/cretin.png" >
2024-04-26 22:05:44 +02:00
< / head >
< body >
2024-05-26 17:58:00 +02:00
< main >
< h1 > crispys blug< / h1 >
2024-04-26 22:05:44 +02:00
< p >
hello i might write some words here from time to time< br >
< / p >
< p >
i heard all the cool kids are doing it< br >
< / p >
2024-04-26 22:45:25 +02:00
< p >
2024-04-26 23:38:02 +02:00
< a href = "/" > this< / a > < a href = "https://git.crispypin.cc/CrispyPin/blug" > < / a > < a href = "/" > 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-25 18:42:10 +02:00
< h2 > "content"< / h2 >
2024-04-26 22:45:25 +02:00
< p >
2024-05-25 18:42:10 +02:00
- < a href = "/keyboards-are-fun" > keyboar< / a > < br >
- < a href = "/humans/distracting" > distracting< / a > < br >
2024-04-26 23:25:21 +02:00
- todo: put more words in the computer< br >
2024-04-26 22:45:25 +02:00
< / p >
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 >