update from sparkleup

This commit is contained in:
Madison Scott-Clary 2024-05-13 22:15:10 -07:00
parent 298ab1cfdd
commit bf917c7ba6
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<title>Zk | 004</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 004</h1>
</header>
<article class="content">
<h2 id="end-of-endings-2403rye-2409">End Of Endings — 2403<br>×<br>Rye — 2409</h2>
<p>The Woman lingered long on the words of Her Cocladist: <em>aught else aside from our lot in life.</em></p>
<p>What <em>was</em> her lot in life? What was <em>a</em> lot in life? Was she limited only to one thing? Was she bound to stasis? And what, then, of her thoughts on eternal stillness? What did it mean that a seed had been planted within her and had lately begun to sprout?</p>
</article>
<footer>
<p>Page generated on 2024-05-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>