33 lines
1.6 KiB
HTML
33 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>It’s not that I don’t have enough time to update, it’s more that I don’t really have the will to.</p>
|
|
<p>Things have been alright since we moved, I guess. I’ve been happy for a good percentage of the time - somewhere above 50% - and I’ve been sleeping <s>enough</s> too much. There’s a constant battle being fought in the kitchen against the Alliance of Dirty Dishes (I don’t fight nearly as much as I should), and another front, in my room, is being fought against Ennui.</p>
|
|
<p>A job would help. Or large amounts of alcohol. About five gallons worth, actually, all of which contain honey</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-05-25 19:06:51</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>
|