'ja' Erosion: start writing

master
BodgeMaster 2024-01-29 21:06:14 +01:00
parent 584f2fa0e7
commit c6e6e85a48
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
<!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="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>