zk_html/writing/sonata/choir.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2020-10-14 08:15:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | choir</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 | choir</h1>
</header>
<article class="content">
<p>My dad played the saxophone through me.</p>
<p>My transition into owning myself was through the oboe.</p>
<p>Me coming into my own was through voice. After all, the oboe was rented, was it not? It was another thing that tied me to my parents, and I was hitting adolescence when one most acutely feels such things. My voice was my own and literally no one could take that from me.</p>
</article>
<footer>
<p>Page generated on 2020-10-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>