32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Beh.</title>
|
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<meta charset="utf-8" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<h1>Zk | Beh.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Some sort of funk. I crashed at about six thirty, and meant to wake up at midnight to see if I could catch some people online, but I got up at 2 instead. I lay there for half an hour or so thinking, before deciding that wasn’t productive, so now I’m working with Floid again to get my transfer partition back.</p>
|
|
<p>I really need to stop thinking, all I end up doing is confusing myself. I keep getting stuck on trying to define what different people mean to me, and I have a hard time just letting it be. Oh well</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-01-20 10:22:17</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('.tag').forEach(tag => {
|
|
let text = tag.innerText;
|
|
tag.innerText = '';
|
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|