update from sparkleup
This commit is contained in:
parent
d6e4fe3a75
commit
94b916a466
|
@ -0,0 +1,35 @@
|
|||
<!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.</p>
|
||||
<ul>
|
||||
<li><a href="sonata/index.html">Sonata</a></li>
|
||||
<li><a href="seasons/index.html">Seasons</a></li>
|
||||
<li><a href="unknown-things/index.html">The Elevation of Unknown Things</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-11-21</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>
|
Loading…
Reference in New Issue