update from sparkleup
This commit is contained in:
parent
464e3ae16c
commit
962cda2e28
|
@ -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’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’ve kept the timestamps as the message-sent time in the metadata. It’s been thirty years and I’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>
|
Loading…
Reference in New Issue