<!doctype html>
<html>
    <head>
        <title>Zk | So.. um..</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 | So.. um..</h1>
            </header>
            <article class="content">
                <p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>To all those to whom I promised constant internet access while I was in Korea, I&rsquo;m sorry</p>
<p>I lied.</p>
<p>Only half the rooms in the hotel are set up correctly, and they are the first rooms to go.  I&rsquo;m stuck paying 500 Won for 20 minutes in order to use the internets on some random computer.  Anyway, can&rsquo;t do my homework, so I&rsquo;m just gonna get wasted on soju and leave notes of eLove to y&rsquo;all &lsquo;cause I&rsquo;ve got so little times (15 minutes to catch up on LJ, 5 minutes to write @.@)  Hope you&rsquo;re all doing fabulously.  I&rsquo;m doing okay, &lsquo;cept that I got really sick with jet lag.  Better now! :oP</p>
<p>See y&rsquo;all around</p>
            </article>
            <footer>
                <p>Page generated on 2007-10-28 16:16:12</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>