update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-12-21 21:05:10 -08:00
parent 2433391dcd
commit 5fe523cf64
2 changed files with 30 additions and 1 deletions

View File

@ -75,7 +75,6 @@
<p>Cress buried its face against Tule&rsquo;s shoulder to muffle a giggle. <em>&ldquo;God, if they&rsquo;re weirder than Dry Grass, they&rsquo;d have to be.&rdquo;</em> It sighed, added, <em>&ldquo;But I guess that cross-tree merging sounds interesting. I can&rsquo;t imagine what a mess the combination of all six of us would look like.&rdquo;</em></p>
<p>I stiffened, restraining the urge to sit up straight. <em>&ldquo;Like Marsh, maybe?&rdquo;</em></p>
<p>There was silence from both of my cocladists, though I could hear that their breathing had picked up in turn. <em>&ldquo;Well, now</em> there&rsquo;s <em>an idea,&rdquo;</em> Tule said at last.</p>
<p>We lingered in silence for the remainder of the night, the four of us piled into a bed now built for four. Two of my cocladists and their partner, and now me. Who knew what I was?</p>
</article>
<footer>
<p>Page generated on 2023-12-21</p>

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | 014</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" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 014</h1>
</header>
<article class="content">
<p>We lingered in silence for the remainder of the night, the four of us piled into a bed now built for four. Two of my cocladists and their partner, and now me. Who knew what I was?</p>
</article>
<footer>
<p>Page generated on 2023-12-21</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>