36 lines
1.5 KiB
HTML
36 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Ritual</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 | Ritual</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">furry</span> <span class="tag">short-story</span> <span class="tag">sawtooth</span></p>
|
|
<p>Three characters (salt, sulphur, and mercury, but not excplicitly named as such)
|
|
* Salt: husband, pacific, supportive, reliable (Ian - raccoon)
|
|
* Sulphur: girlfriend, firey, supportive but fretful, flaky (Sonya - fisher)
|
|
* Mercury: trans guy, tries to balance salt and sulphur (Baron - raccoon)</p>
|
|
<p>Entire story takes place during ritual with planning and interpersonal conflict told through flashbacks. Mercury having a ritual with Salt and Sulphur before his ??? Surgery? Something?</p>
|
|
<p>“My little coven: magic is magic.”</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-09-07</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>
|