<!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">zuckt zusammen</span> and lifts her head, looking 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 bit.</span><br /> <span class="quote speech">You need to sleep.</span><br /> <span class="quote speech">Funny you should say that... I couldn't sleep because I was worried about you little devil.</span> </p> <p> They get up and walk down the hallway towards the main control center.<br /> <span class="quote speech">While you were unconscious, I managed to get in touch with someone on Earth. Well, they really got in touch with me.</span> </p> <p class="copyright">Copyright © 2023-2025 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++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>