update from sparkleup
This commit is contained in:
parent
64ff088f9c
commit
17287fe0cf
|
@ -0,0 +1,30 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 009</title>
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
|
||||
<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 | 009</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>Motes played.</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2024-01-09</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>
|
|
@ -42,8 +42,8 @@
|
|||
<li class="done2"> <a href="004.html">D: Slow Hours speaks</a> — Motes has a nightmare; Motes joins Beholden and A Finger Pointing to calm down; talks with Slow Hours about dreams.</li>
|
||||
<li class="done2"> <a href="005.html">E: A letter from Hammered Silver</a> — The letter; going for a walk as big Motes; staying that way for a week; pulled aside by Beholden to talk about it; A Finger Pointing is out for Some Reason; talking with Sarah.</li>
|
||||
<li class="done2"> <a href="006.html">D’: Flashback to the past</a> — The origins of Motes told; some anecdotes (including Slow Hours’s prophecy).</li>
|
||||
<li class="done0"> <a href="007.html">C’: A Finger Pointing and Hammered Silver</a> — A Finger Pointing gets a letter, too; discussing what to do about it; risk assessment with Waking World and Sasha; message to Hammered Silver.</li>
|
||||
<li class="done0"> <a href="008.html">B’: Hunting for a new way forward</a> — Big Motes tries going small, overflows; is coaxed back to Big Motes to bring her out of it; Big Motes getting back into play; talking with Sarah.</li>
|
||||
<li class="done1"> <a href="007.html">C’: A Finger Pointing and Hammered Silver</a> — A Finger Pointing gets a letter, too; discussing what to do about it; risk assessment with Waking World and Sasha; message to Hammered Silver.</li>
|
||||
<li class="done1"> <a href="008.html">B’: Hunting for a new way forward</a> — Big Motes for a bit; not going to stop playing or stop being Little Motes, just wants to know how to deal with the pain; talking with Sarah.</li>
|
||||
<li class="done0"> <a href="009.html">A’: Outro</a> — About the future of Motes.</li>
|
||||
</ul>
|
||||
</article>
|
||||
|
|
Loading…
Reference in New Issue