post_apocalypse_story/ja-erosion-michelle_wakeup....

42 lines
2.8 KiB
HTML
Raw Normal View History

2024-01-29 21:06:14 +01:00
<!DOCTYPE html><html><head><title> Erosion </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><a href="index.html"><button class="back">&lt;</button></a>
<h1>Erosion</h1>
<p>
<span class="quote speech">Morning Michelle!</span><br />
<span class="quote speech">Ugh.</span><br />
She takes a step out of her preservation chamber, sits down on the floor
with her arms over her knees, and rests her head on them.<br />
<span class="quote speech">I&apos;m gonna ... need a moment.</span><br />
<span class="quote speech">Water?</span><br />
She lifts her head. Jack hands her a glass. She takes a couple sips before
setting it down and resting her head again.<br />
<span class="quote speech">Not sure if that makes it better or worse.
Just let me sit here for a moment.</span><br />
After a while, she lifts her head again.<br />
<span class="quote speech">So what&apos;s our mission?</span><br />
<span class="quote speech">Nothing. Uplink&apos;s dead.</span><br />
<span class="quote speech">What... What happened? What year is it?</span>
<br />
<span class="quote speech">Twenty-one-oh-six.</span><br />
<span class="quote speech">You&apos;re kidding me.</span><br />
<span class="quote speech">Nope. ... As for what happened to the uplink,
I can&apos;t tell you. I&apos;ve spent the past <span class="comment">
idk what amount of time</span> trapped in here.</span><br />
Jack recounts the recent events as well as some of the things he had read
about in the logs.
</p>
2024-01-29 21:52:05 +01:00
<p class="comment">missing section</p>
<p>
They step outside and, following what remains of the old path up to the
ground station, start making their way up the mountain. Jack goes ahead
but stops after not too long, looking up and down and up again.
2024-01-29 21:52:05 +01:00
<span class="quote speech">Well, that could be why the uplink isn&apos;t
working...</span> Michelle catches up to him to find the path ending
abruptly where a landslide had left nothing but a cliff and a huge pile
of rubble. At the top of the mountain, teetering on the edge, are two
buildings &ndash; all that&apos;s left of the ground station. The rest
of the buildings and the dish lay strewn around in pieces down below.
2024-01-29 21:52:05 +01:00
</p>
2024-01-29 21:06:14 +01:00
<p class="copyright">Copyright &#169; 2023 Jan Danielzick (aka. BodgeMaster) &ndash; 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>