<!doctype html>
<html>
    <head>
        <title>Zk | Today...</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 | Today...</h1>
            </header>
            <article class="content">
                <p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>&hellip;was basically amazing.  My choir did a runthrough and recording of one of my pieces, I made scones, I rode my bike around a lot, I decided that my aerobars make me feel like I&rsquo;m riding a light cycle from <em>Tron</em>, someone who looked like a Canadian I know said hi to me, but I don&rsquo;t know who it was, and I saw Charles for the first time in FOREVER.</p>
<p>And I wrote a really long sentence</p>
            </article>
            <footer>
                <p>Page generated on 2008-03-01 06:58:49</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>