<!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>I watched the train go by.  It was accelerating out of Fort Collins, and, since it was real long, I got to watch the process of it speeding up, terminated by the engine at the tail end making all sorts of crazy noises.</p>
<p>I&rsquo;ve been thinking about Andy a lot, lately.  I&rsquo;ve realized I don&rsquo;t know what we are anymore, but I&rsquo;m happy that we&rsquo;re close, I suppose.  </p>
<p>My roommate snorted a line of crushed Vicodan (Vicodin?) off the desk earlier.  I was slightly amused and appropriately horrified</p>
            </article>
            <footer>
                <p>Page generated on 2005-04-14 06:02:07</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>