32 lines
1.4 KiB
HTML
32 lines
1.4 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | Omigoshfood.</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 | Omigoshfood.</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
||
<p>Just baked an obscene amount of lavender-orange scones (though the orange and other spices don’t come out much, and the lavender’s subdued - good thing, since the last batch had far too much juniper in them), and next up is bread, I think.</p>
|
||
<p>Boozenick, if you still want to, come up tomorrow by about 2:30 at the latest, or earlier if you want to help cook, for dinner. Afterwards, mead, perhaps. :o</p>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2006-11-22 23:22:56</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>
|