update from sparkleup
This commit is contained in:
parent
15ded04503
commit
a99ef4d7c4
|
@ -0,0 +1,33 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 2021-09-01</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 | 2021-09-01</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1 id="apocrypals-hagiography-jam">Apocrypals Hagiography Jam</h1>
|
||||
<p>Hagiographies and other fics from the Apocrypals Discord:</p>
|
||||
<ul>
|
||||
<li>@DandyMan — <a href="https://throneofsalt.blogspot.com/2021/06/dont-you-know-devil-wears-suit-and-tie.html">Don’t You Know The Devil Wears a Suit and Tie?</a></li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-09-01</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>
|
Loading…
Reference in New Issue