update from sparkleup
This commit is contained in:
parent
e667bdb14a
commit
e16504ed1c
|
@ -0,0 +1,35 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | press</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 | press</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1 id="links-about-myself-to-keep-handy">Links about myself to keep handy</h1>
|
||||
<h2 id="interviews">Interviews</h2>
|
||||
<ul>
|
||||
<li><a href="https://furrywritersguild.com/2021/10/24/furry-book-month-author-qa-madison-scott-clary/">Furry Writers’ Guild — furry book month</a> (<a href="https://web.archive.org/web/20211024210335/https://furrywritersguild.com/2021/10/24/furry-book-month-author-qa-madison-scott-clary/">archive</a>)</li>
|
||||
<li><a href="https://furrywritersguild.com/2020/06/23/pride-month-spotlight-madison-makyo-scott-clary/">Furry Writers’ Guild — pride month</a> (<a href="https://web.archive.org/web/20210512174509/https://furrywritersguild.com/2020/06/23/pride-month-spotlight-madison-makyo-scott-clary/">archive</a>)</li>
|
||||
<li><a href="https://www.sofurry.com/groups/news?id=1&newsId=2186">SoFurry — author spotlight</a>) (<a href="https://web.archive.org/web/20210507171810/https://www.sofurry.com/groups/news?id=1&newsId=2186">archive</a>)</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2021-12-22</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