2021-09-01 17:50:10 +00:00
<!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 >
2021-09-01 17:51:29 +00:00
< li > @Madison — < a href = "https://makyo.wiki/writing/fanfic/david-goliath.html" > Big Hearted< / a > < / li >
2021-09-01 17:50:10 +00:00
< / 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 >