post_apocalypse_story/ja-erosion-michelle_wakeup....

40 lines
2.6 KiB
HTML

<!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>
<p class="comment">missing section</p>
<p>
<span class="quote speech">Well, that could be why the uplink isn&apos;t
working...</span> Jack looks up and down and up again while Michelle
catches up to him. The path ends 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.
</p>
<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>