blug/site/index.html

38 lines
826 B
HTML
Raw Normal View History

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 22:32:34 +02:00
<title>something silly</title>
<style>
html { color-scheme: dark; }
</style>
2024-04-26 22:05:44 +02:00
</head>
<body>
<h1>crispys blug</h1>
<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>
<p>
<a href="/">this 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>
this means it is<br>
[✓] scuffed<br>
[✓] non-compliant<br>
[✓] transgener<br>
[✔] no tracking or javascipt<br>
[✅] silly<br>
</p>
<h2>""content""</h2>
<p>
- todo: put words in the computer<br>
</p>
2024-04-26 22:05:44 +02:00
</body>
2024-04-26 22:32:34 +02:00
</html>