03 A Simple Errand: fill in the end of the chapter
parent
962b6f2a19
commit
1cba1cec4a
|
@ -97,11 +97,15 @@
|
||||||
<span class="speech">Dorothy, she left. What do I put on the list?</span>
|
<span class="speech">Dorothy, she left. What do I put on the list?</span>
|
||||||
<br />
|
<br />
|
||||||
<span class="comment"> Input on how to format this dialog is appreciated.
|
<span class="comment"> Input on how to format this dialog is appreciated.
|
||||||
</span><br />
|
|
||||||
<span class="comment"> heavy door falls shut, Annie hurries back to the
|
|
||||||
train station and gets on the first train that comes, she takes out her
|
|
||||||
library card and checks the note - such and such station, 10:30 PM
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
Annie is already half-way down the stairs by the time the heavy door
|
||||||
|
falls shut. Quickly, she walks back to the station. A train is coming.
|
||||||
|
She hurries up the stairs and gets on. The doors close and it begins to
|
||||||
|
move. Annie catches her breath and takes her library card out to look at
|
||||||
|
it. The note written on it reads: "Meet me at 10:30PM tonight,
|
||||||
|
<metro station>".
|
||||||
|
</p>
|
||||||
|
|
||||||
<p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper_green\">", "<span>"];let paper_sections = document.getElementsByClassName("paper");for (let i = 0; i < paper_sections.length; i++) {let lines = paper_sections[i].innerHTML.split("\n");let result = "";for (let j = 0; j < lines.length; j++) {result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";}paper_sections[i].innerHTML = result;}</script></body></html>
|
<p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper_green\">", "<span>"];let paper_sections = document.getElementsByClassName("paper");for (let i = 0; i < paper_sections.length; i++) {let lines = paper_sections[i].innerHTML.split("\n");let result = "";for (let j = 0; j < lines.length; j++) {result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";}paper_sections[i].innerHTML = result;}</script></body></html>
|
||||||
|
|
Loading…
Reference in New Issue