2020-04-23 08:30:08 +00:00
<!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)
2020-09-07 17:55:07 +00:00
* 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 >
2020-04-23 08:30:08 +00:00
< 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 >
2020-06-24 07:15:07 +00:00
< p > “ My little coven: magic is magic.” < / p >
2020-04-23 08:30:08 +00:00
< / article >
< footer >
2020-09-07 17:55:07 +00:00
< p > Page generated on 2020-09-07< / p >
2020-04-23 08:30:08 +00:00
< / footer >
< / main >
2020-06-24 07:15:07 +00:00
< 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 >
2020-04-23 08:30:08 +00:00
< / body >
< / html >