zk_html/writing/ally/patrons-only.html

33 lines
1.5 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | patrons-only</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 | patrons-only</h1>
</header>
<article class="content">
<hr />
<h2 id="type-single">type: single</h2>
<p>The link you clicked has led you to some patrons-only content! It will be available to be seen by everyone soon enough, though. Keep an eye out on <a href="https://twitter.com/makyo_writes">Twitter</a> and <a href="https://snouts.online/@makyo">Mastodon</a> for when the content goes live.</p>
<p>This work, along with all of my writing, is supported by the kind folks who help me out on Patreon and other such sites. If you&rsquo;d like some previews of upcoming content, you can support me there and get some early access goodies. If Patreon&rsquo;s not your bag, there are a <a href="https://writing.drab-makyo.com/support/">few other options</a>, as well!</p>
</article>
<footer>
<p>Page generated on 2020-06-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>