<!doctype html>
<html>
    <head>
        <title>Zk | I know I've done this before..</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 | I know I've done this before..</h1>
            </header>
            <article class="content">
                <p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>Google MEME
- think of the first word that comes to mind when you think of me. (don&rsquo;t tell me what it is)
- run a google image search on that word
- reply to this entry and post a picture that came up / place img src=&rdquo;URL HERE&rdquo; between &lt; &gt;
- put this in your journal, so others can do the sam</p>
            </article>
            <footer>
                <p>Page generated on 2005-06-03 21:03:00</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>