'pm' <Emily wake up again>: Start writing a new chapter
parent
5c0154784a
commit
6726ccf62a
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html><html><head><title> <Emily wake up again> </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><div class="back"><a href="index.html"><</a></div>
|
||||
|
||||
<h1><Emily wake up again></h1>
|
||||
<p>
|
||||
Emily wakes up in her bed, laying on her side. Lena is sitting on the
|
||||
floor in front of her, leaning against the window, with her arms over
|
||||
her knees and her head resting on them. She looks very pale. A few
|
||||
thoughts flash through Emily's mind in quick succession:
|
||||
<span class="quote non-speech">asleep or dead — she moved a tiny
|
||||
bit, she's breathing — asleep, phew.</span><br />
|
||||
Emily moves into a more comfortable position. Lena
|
||||
<span class="comment">schrekt hoch</span> and looks disoriented for
|
||||
a moment.<br />
|
||||
She says in a weak voice: <span class="quote speech">So you will
|
||||
live.</span><br />
|
||||
Emily sits up.<br />
|
||||
<span class="quote speech">How long has it been?</span><br />
|
||||
<span class="quote speech">About three days.</span><br />
|
||||
<span class="quote speech">Have you slept at all?</span><br />
|
||||
<span class="quote speech">Here and there a little bit.</span><br />
|
||||
<span class="quote speech">You need to sleep.</span><br />
|
||||
<span class="quote speech">Funny you should say that...</span>
|
||||
</p>
|
||||
|
||||
<p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – All rights reserved.</p><script>let spans = ["<span class=\"paper green\">", "<span>"]; let pre_texts = document.getElementsByTagName("pre"); for (let i = 0; i < pre_texts.length; i++) {if (pre_texts[i].className != "paper") continue; let lines = pre_texts[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";} pre_texts[i].innerHTML = result;}</script></body></html>
|
Loading…
Reference in New Issue