32 lines
1.5 KiB
HTML
32 lines
1.5 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>Oh yeah. Started another batch of mead last night, only 1 quart as a test batch for a theamel (tea-mead). I thought it made sense because of the amount of tea needed to get the flavor in the product (a lot) and the amount of honey needed for this size of a batch (very little).</p>
|
|
<p>Of course, it might’ve all been done in insanity. I had a weird night last night thanks to me freaking out over nearly nothing, then spending an hour believing a bunch of stuff I knew wasn’t true. In retrospect, it was pretty cool, like a dream :o) As a result, I’m tired</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-01-07 01:57:32</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>
|