update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-03-15 15:10:18 -07:00
parent 7c0e17ad38
commit cc4e6e1850
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | 003</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 | 003</h1>
</header>
<article class="content">
<p>One by one, the other Marshans stepped away from Reed and Hanne&rsquo;s sim until it was just the two of them standing, the fire crackling, the weight of the evening hanging over, between them. They stood in silence for a few long moments before Reed stumbled back over to the couch and fell heavily into the cushions. He buried his face in his hands and only then let the grief take him.</p>
<p>Hanne sat beside him, got her arm around his back, and rested her head on his shoulder, letting the wave of emotion overcome him</p>
</article>
<footer>
<p>Page generated on 2023-03-15</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>