<!doctype html>
<html>
    <head>
        <title>Zk | Note to self, comp homework for friday.</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 | Note to self, comp homework for friday.</h1>
            </header>
            <article class="content">
                <p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
<p>So set its Sun in Thee
What Day be dark to me —
What Distance — far —
So I the Ships may see
That touch — how seldomly —
Thy Shore?</p>
<p>&ndash;Emily Dickenson</p>
<p>Piano, voice; two modes: C dorian (do re me fa so la te), C double harmonic (do ra mi fa so le ti); triads and sevenths (no ninths), some rhythmic figure - exploring cadence points</p>
            </article>
            <footer>
                <p>Page generated on 2007-10-01 18:24: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>