<!doctype html>
<html>
    <head>
        <title>Zk | Internet.</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 | Internet.</h1>
            </header>
            <article class="content">
                <p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Christ&hellip; I got so depressed just leaving to go get my bags scanned.  Shan and I had just had an awkward and brief goodbye, though I&rsquo;d been clinging to him all day at the apartment, so I guess I wasn&rsquo;t really prepared to be.. saddened by going home.  I&rsquo;ve been reading almost continuously since then just to keep myself distracted from this.  It really sucks.. I&rsquo;m thinking of giving him a call when I get to the airport, though I&rsquo;m not sure what good it would do.</p>
<p>Ah well.  Planes still suck.</p>
<p>Edit: Got in too late for calling.  Hope I&rsquo;ll see him around soon or something.</p>
            </article>
            <footer>
                <p>Page generated on 2004-08-11 00:21:13</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>