36 lines
1.7 KiB
HTML
36 lines
1.7 KiB
HTML
|
<!DOCTYPE html><html><head><title> <Emily incoming call> </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><a href="index.html"><button class="back"><</button></a>
|
||
|
|
||
|
<h1> <Emily incoming call> </h1>
|
||
|
|
||
|
<p class="comment">
|
||
|
At some point before this chapter, the protagonists need to make phone
|
||
|
calls happen – probably from the perspective of those on Earth as
|
||
|
most of the things in the Lunar Biosphere have been at least kinda
|
||
|
maintained.
|
||
|
</p>
|
||
|
|
||
|
<p class="light">
|
||
|
drrrrrrrrinnng
|
||
|
</p>
|
||
|
<p>
|
||
|
Emily finds herself still staring into the sky. She lifts her head.
|
||
|
</p>
|
||
|
<p class="light">
|
||
|
drrrrrrrrinnng
|
||
|
</p>
|
||
|
<p>
|
||
|
That's the phone in the control room.
|
||
|
</p>
|
||
|
|
||
|
<p class="comment">
|
||
|
She gets up and realizes that she had been completely neglecting her
|
||
|
bodily needs (food, water, ...) and that her back hurts.
|
||
|
|
||
|
She starts makeing her way to the main control center, part-way there the
|
||
|
phone stops ringing. She goes to the nearest bathroom, goes to one of the
|
||
|
kitchens to grab the next vegetable she can find, and heads to the control
|
||
|
center to log on at a terminal.
|
||
|
</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>
|