update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-11-10 08:55:11 -08:00
parent 74a921d356
commit f730fbf332
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<title>Zk | 007</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 | 007</h1>
</header>
<article class="content">
<p>The day that followed that wine-soaked afternoon and evening was&hellip;well, I couldn&rsquo;t say it was calm, <em>per se,</em> as we were all still coming to terms with the reality of what had happened, but it was certainly more level. The mood was low and Hanne and I were both laid low by crying jags at one point or another, but we doggedly stuck to our pre-catastrophe routine in an attempt to remain calm.</p>
<p>Hanne holed up in her office for a while, working on some of her latest constructs. While the house had been littered with little <em>objets d&rsquo;art</em> from her explorations, I&rsquo;d requested that she stick to her office for working on this current trend of oneiro-impressionism. Something about the in-progress constructs hurt my eyes, and a few had led to migraines, even for her. </p>
</article>
<footer>
<p>Page generated on 2023-11-10</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>