update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-03-15 19:21:40 -07:00
parent 3f4f0937da
commit ca1b3619c4
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<title>Zk | 001</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 | 001</h1>
</header>
<article class="content">
<h1 id="ioan-balan-2350">Ioan Bălan &mdash; 2350</h1>
<p><em>How has this become my life?</em> Ioan thought, as ey always did, when stepping away from home to the now familiar café.</p>
<p>May had, as she always did, dotted her nose against eir cheek, licked at eir nose a little too wetly, and said, &ldquo;Good luck, have fun, do not die,&rdquo; and then ey stepped from home to arrive in front of the squat wood paneled coffee shop. The same sign proclaiming &ldquo;Open 24 hours&rdquo; fading in the sun. The same chipper baristas. The same sparklingly clean espresso machine. The same couch in the corner.</p>
<p>The same thing, month after month, stepping into the coffee shop to order the same coffee &mdash; delicious as always &mdash; and wait for the same True Name to arrive.</p>
</article>
<footer>
<p>Page generated on 2022-03-15</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>