update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-12-27 21:45:10 -08:00
parent 6842bae4fb
commit dd05366c50
2 changed files with 31 additions and 0 deletions

View File

@ -138,6 +138,7 @@
<p>The new Jonas Ko/Fa shook his head and said, &ldquo;Fuck this. We&rsquo;ll play with this later,&rdquo; and then quit.</p>
<p>Throughout this show, Dry Grass&rsquo;s eyes never left me. I returned her gaze anxiously, mulling over the words we&rsquo;d shared on our date. <em>There is potential for friendship and love, yes, but also the potential for pain.</em></p>
<p>I mulled over those words, then made up my mind anyway.</p>
<hr />
</article>
<footer>
<p>Page generated on 2023-12-27</p>

View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | so-far</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 | so-far</h1>
</header>
<article class="content">
<p>True Name#Castor opines how far away she is from Lagrange on learning the news.</p>
</article>
<footer>
<p>Page generated on 2023-12-27</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>