zk_html/writing/3/index.html

36 lines
1.1 KiB
HTML
Raw Normal View History

2021-11-21 19:45:09 +00:00
<!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>
2021-11-22 04:25:11 +00:00
<p>Three introspections through the lens of different synecdoche. Maybe 30k each?</p>
2021-11-21 19:45:09 +00:00
<ul>
2022-02-28 05:40:17 +00:00
<li class="done1"> <a href="sonata/index.html">Sonata</a></li>
2022-02-28 05:52:29 +00:00
<li class="done2"> <a href="seasons/index.html">Seasons</a></li>
2022-02-28 05:40:17 +00:00
<li class="done0"> <a href="unknown-things/index.html">The Elevation of Unknown Things</a></li>
2021-11-21 19:45:09 +00:00
</ul>
</article>
<footer>
2022-02-28 05:40:17 +00:00
<p>Page generated on 2022-02-27</p>
2021-11-21 19:45:09 +00:00
</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>