zk_html/writing/sonata/why-sax.html

31 lines
1.0 KiB
HTML
Raw Normal View History

2020-10-11 07:45:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | why-sax</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 | why-sax</h1>
</header>
<article class="content">
<p>Why am I playing the saxophone?</p>
<p>I mean, I&rsquo;m not now. I haven&rsquo;t played one in ages. I sold the alto and soprano that I had while growing up, and then never picked it up again. </p>
</article>
<footer>
<p>Page generated on 2020-10-11</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>