blug/site/index.html

46 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - index</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/cretin.png">
</head>
<body>
<main>
<h1 id="crispys-blug">crispys blug</h1>
<p>
hello i might write some words here from time to time<br>
</p>
<p>
<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>
this means it is<br>
[✓] scuffed<br>
[✓] non-compliant<br>
[✓] transgener<br>
[✔] no tracking or javascipt<br>
[✅] silly<br>
</p>
<h2 id="content">"content"</h2>
<p>
- <a href="/horological-crimes">horological crimes</a><br>
- <a href="/photos">photo archive</a><br>
- <a href="/cellthing">snad (cell thing)</a><br>
- <a href="/keyboards-are-fun">keyboar</a><br>
- <a href="/humans/distracting">distracting</a><br>
- <a href="/blender">blender</a><br>
- <a href="/projects/old-project-list">old projects</a><br>
- todo: put more words in the computer<br>
</p>
<p>
<a href="/internets">other sites</a><br>
<a href="/my-other-stuff">my other stuff</a><br>
</p>
</main>
</body>
</html>