34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Masterbaking early in the morn'</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 | Masterbaking early in the morn'</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>So yeah.</p>
|
|
<p>I’ve got about 120 dolmadakia, 100 spanikopetes, and 50 cookies done.</p>
|
|
<p>Still have six loaves of bread to do, but two are already on their way into the oven.</p>
|
|
<p>I’ll make a bigger post about it in a bit with pictures and recipes and what not., but basically, I’m catering my choir’s concert. Y’all should come, if you want :o) 7 PM at the UCA in Runyan Hall. It’s free, but donations are accepted - it is, after all, a benefit concert</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2006-09-25 12:06:44</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>
|