86 lines
4.4 KiB
HTML
86 lines
4.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>ZK | Qoheleth --- 2305</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 | Qoheleth --- 2305</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">writing</span> <span class="tag">novel</span> <span class="tag">chapter</span> <span class="tag">fiction</span> <span class="tag">scifi</span> <span class="tag">post-self</span> <span class="tag">qoheleth</span></p>
|
|
<h2 id="archive-hebel-qoheleth">Archive: [Hebel Qoheleth]</h2>
|
|
<h3 id="node-7cbc92e691678c4c17a04f5553cd1058ee122956">Node: [7cbc92e691678c4c17a04f5553cd1058ee122956]</h3>
|
|
<p>[Encrypted]</p>
|
|
<h3 id="node-32c5a64b66d0338be4373d796cf1eae5343f1077">Node: [32c5a64b66d0338be4373d796cf1eae5343f1077]</h3>
|
|
<div class="codehilite"><pre><span></span><code><span class="n">OCYNX</span> <span class="n">GRIMN</span> <span class="n">CYJPE</span> <span class="n">PNNXS</span> <span class="n">SCIQZ</span>
|
|
<span class="n">KTWQW</span> <span class="n">FBAVY</span> <span class="n">FBOPA</span> <span class="n">QERLB</span> <span class="n">HWIJW</span>
|
|
<span class="n">KPELO</span> <span class="n">UCLAN</span> <span class="n">OKHPM</span> <span class="n">PCPWR</span> <span class="n">NZNZQ</span>
|
|
<span class="n">NMTIQ</span> <span class="n">BKNGH</span> <span class="n">UWFMG</span> <span class="n">BPPZS</span> <span class="n">CNRKX</span>
|
|
<span class="n">TKEMU</span> <span class="n">AFNOS</span> <span class="n">VQUNW</span>
|
|
</code></pre></div>
|
|
|
|
|
|
<h3 id="node-36b1d8c1df07ce0f254b2332acd38c59bdf3bb00">Node: [36b1d8c1df07ce0f254b2332acd38c59bdf3bb00]</h3>
|
|
<p>[Encrypted]</p>
|
|
<h3 id="node-67e97446cdbe3a4a3cfd5ebd75b1260f-error">Node: [67e97446cdbe3a4a3cfd5ebd75b1260f] Error</h3>
|
|
<p>The node you have requested, [67e97446cdbe3a4a3cfd5ebd75b1260f], does not appear to be an Archive node. You have provided a 32 byte identifier; the Archive system uses 40 byte identifiers.</p>
|
|
<p>If you believe you have received this message in error, please contact the Archive owner.</p>
|
|
<p>If you believe that you have the correct identifier, you may have attempted to access it on the wrong system. Please check the Gist system for a possible match.</p>
|
|
<h3 id="node-80b42deb4c364cac5937cff9ca306625b69ae7c5">Node: [80b42deb4c364cac5937cff9ca306625b69ae7c5]</h3>
|
|
<p>[Encrypted]</p>
|
|
<h3 id="node-bea0cf302fcd00863f0c67a91b1a75c0e4ba4863">Node: [bea0cf302fcd00863f0c67a91b1a75c0e4ba4863]</h3>
|
|
<p><strong>Security Footage</strong></p>
|
|
<p>Location and time data provided in their own node.</p>
|
|
<p>Limited sensory data provided by dual security cameras and microphones.</p>
|
|
<p>No sensorium data provided.</p>
|
|
<p>Marked for deletion <em>systime 181+331 0322</em>.</p>
|
|
<hr />
|
|
<p>Given the trouble of maintaining this shitty archive, I just transcribed it so I don't have to host the data.</p>
|
|
<p>Node: 172fb56e982d2d3f08957c5f7be0779bbf2f6aa6</p>
|
|
<h3 id="node-172fb56e982d2d3f08957c5f7be0779bbf2f6aa6">Node: [172fb56e982d2d3f08957c5f7be0779bbf2f6aa6]</h3>
|
|
<p><em>Transcript of Ioan Balan and Dear, Also, The Tree That Was Felled speaking at a cafe.</em></p>
|
|
<h3 id="node-f6981a0738b43275059c37a9c8b744e42eb91fb9">Node: [f6981a0738b43275059c37a9c8b744e42eb91fb9]</h3>
|
|
<p>[Encrypted]</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-04-15</p>
|
|
</footer>
|
|
</main>
|
|
<script type="text/javascript">
|
|
document.querySelectorAll('li').forEach(el => {
|
|
if (el.querySelectorAll('li').length !== 0) {
|
|
el.classList.add('has-nested', 'closed');
|
|
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
|
|
}
|
|
});
|
|
document.querySelectorAll('li.has-nested').forEach(el => {
|
|
el.querySelector('.toggle').addEventListener('click', () => {
|
|
el.classList.toggle('closed');
|
|
});
|
|
});
|
|
let expanded = false;
|
|
document.querySelector('.control').addEventListener('click', (e) => {
|
|
expanded = !expanded;
|
|
if (expanded) {
|
|
e.target.innerText = 'Collapse all';
|
|
} else {
|
|
e.target.innerText = 'Expand all';
|
|
}
|
|
document.querySelectorAll('.has-nested').forEach((el) => {
|
|
if (expanded) {
|
|
el.classList.remove('closed');
|
|
} else {
|
|
el.classList.add('closed')
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|