update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-05-24 22:30:20 -07:00
parent 3fd2b78498
commit d998c2ef36
2 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,32 @@
<!doctype html>
<html>
<head>
<title>Zk | The Margin of the Terrifying</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 | The Margin of the Terrifying</h1>
</header>
<article class="content">
<p>Wherein Maddy waxes rhapsodic about how love is right at the margin of the terrifying through the lens of Time War and also Rilke.</p>
<ul>
<li class="done0"> <a href="intro.tex.html">Intro</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2022-05-24</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>

View File

@ -30,6 +30,7 @@
<ul>
<li class="done3"> <a href="3/seasons/index.html">Seasons</a></li>
<li class="done2"> <a href="3/unknown-things/index.html">The Elevation of Unknown Things</a></li>
<li class="done0"> <a href="3/terrifying/index.html">The Margin of the Terrifying</a></li>
</ul>
<h2 id="paused">Paused</h2>
<ul>
@ -107,7 +108,7 @@
</ul>
</article>
<footer>
<p>Page generated on 2022-05-16</p>
<p>Page generated on 2022-05-24</p>
</footer>
</main>
<script type="text/javascript">