zk_html/writing/3/index.html

36 lines
1.1 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | index</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 | index</h1>
</header>
<article class="content">
<h1 id="3">3</h1>
<p>Three introspections through the lens of different synecdoche. Maybe 30k each?</p>
<ul>
<li class="done1"> <a href="sonata/index.html">Sonata</a></li>
<li class="done2"> <a href="seasons/index.html">Seasons</a></li>
<li class="done0"> <a href="unknown-things/index.html">The Elevation of Unknown Things</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2022-02-27</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>