update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-11-17 21:05:20 -08:00
parent 464e3ae16c
commit 962cda2e28
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<title>Zk | 000</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 | 000</h1>
</header>
<article class="content">
<p>Ioan Bălan<br />
Exocortex#99732a6<br />
Selected correspondences of the Bălan clade<br />
systime 222-232</p>
<p><em>Note:</em> With the events of the last ten years, there&rsquo;s been a lot of changes shaking out in the clade when it comes to relationships. Collecting all of these here so that I can keep them handy for when things doubtless need further shaking out in the future. For the sake of comfortable through-reading, all eyes-only metadata has been stripped, but trust that everything was eyes-only to the named recipients. I&rsquo;ve kept the timestamps as the message-sent time in the metadata. It&rsquo;s been thirty years and I&rsquo;m still struggling with transmission delays.</p>
</article>
<footer>
<p>Page generated on 2022-11-17</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>