update from sparkleup

This commit is contained in:
Madison Rye Progress 2024-06-19 18:03:26 -07:00
parent 801181ec75
commit 119a0f26ca
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
<!doctype html>
<html>
<head>
<title>Zk | 000</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 | 000</h1>
</header>
<article class="content">
<p>Beacons blare their silent song, the grate ripples invisibly through the great nothing of space, and then all is quiet. There is blessed nothingness. There is silence, darkness, a dreamy-fogged lack of gravity, and all of the stars go out.</p>
<p>One.</p>
<p>Two.</p>
<p>Three.</p>
<p>Four.</p>
<p>Five seconds pass of bated breaths and unblinking eyes before the first creak hits the ship, the first shudder of the flooring, and the first sighs of relief as the <em>Hapax Legomenon</em> slips seamlessly into the chimney, that disruption in space and time that lets the ship wander between the stars over the slow months rather than long centuries.</p>
</article>
<footer>
<p>Page generated on 2024-06-19</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>