update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-11-09 16:50:12 -08:00
parent 6e2331c59c
commit 6166c5b7df
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
<!doctype html>
<html>
<head>
<title>Zk | 2021-11-09-wc-beats</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 | 2021-11-09-wc-beats</h1>
</header>
<article class="content">
<h1 id="writers-crossing-using-story-beats">Writers&rsquo; Crossing &mdash; Using Story Beats</h1>
<h2 id="dramatis-personae">Dramatis personae</h2>
<ul>
<li></li>
<li></li>
</ul>
<h2 id="outline">Outline</h2>
<ul>
<li>Goal or agenda:</li>
<li>Meet cute:</li>
<li>No Way #1:</li>
<li>Stuck together:</li>
<li>No Way! #2:</li>
<li>Bone Town™:</li>
<li>Seed of doubt:<ul>
<li>Wallow #1:</li>
<li>Retreat:</li>
<li>Choose fear:</li>
<li>Wallow #2:</li>
</ul>
</li>
<li>Choose love:</li>
<li>Plan and risk:</li>
<li>Grand Gesture:<ul>
<li>Ends with yes:</li>
</ul>
</li>
<li>Payoff:</li>
<li>Hope:</li>
</ul>
</article>
<footer>
<p>Page generated on 2021-11-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>