post_apocalypse_story/mc-welcome_home.html

59 lines
3.1 KiB
HTML

<!DOCTYPE html><html><head><title> Welcom Home </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>Welcome Home</h1>
<p class="comment">
Annie and Jack arrive at the bunker.
Annie smells fire and is worried by that -> fire in dome city is always
a bad sign.
Michelle and Annie get introduced.
James shows up?
</p>
<p>
<span class="quote speech">I smell fire.</span><br />
<span class="quote speech">Yes, we&apos;re almost there.</span><br />
Annie is slightly confused by his answer and how seemingly unfazed he is.
<br />
<span class="quote speech">Don&apos;t you want to do anything about
it?</span><br />
<span class="quote speech">Fires out here aren&apos;t generally bad news.
Sometimes, they are, but this one is our campfire.</span>
</p>
<p>
They walk over a ridge, revealing a view of the small valley beyond.
The large, open bunker door is visible on the other side, in front of it
a small fire with a person sitting next to it.<br />
<span class="comment">Is there a word for a terrain feature like a valley
but a lot smaller?</span>
</p>
<p>
They make their way across and Jack introduces Michelle and Annie to each
other.<br />
<span class="quote speech">So you join us out here after all?</span><br />
<span class="quote speech">Well, I&apos;d rather be here unprepared than
in <span class="comment">prison? jail?</span>. Things kinda went south
quickly.</span></br />
They all sit down around the fire. Annie recounts the events of the recent
past and things going wrong. <span class="comment">Idk, something needs
to happen here. They start making food or whatever.</span>
</p>
<p>
Michelle tilts her head, then turns around. <span class="quote speech">Is
that a dog? There&apos;s a dog here!</span><br />
A medium-sized dog runs out of the bushes, barks and then turns around
and runs back. A moment latrer, it reappears, followed by an
<span class="comment">unkempt?</span> dude wearing a long coat
that has been patched a couple times. He holds a long staff, using it as
a <span class="comment">Wanderstab?</span>.
</p>
<p>
<span class="quote speech">Good evening, people!</span>
<span class="comment">realistic?</span><br />
Michelle replies: <span class="quote speech">Evening.</span><br />
<span class="quote speech">Dora, sit!</span><br />
The others greet the stranger as well. He asks for directions to the
Sentinel Shores observatory.<br />
</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>