post_apocalypse_story/04-Return_Null.html

35 lines
1.5 KiB
HTML

<!DOCTYPE html><html><head><title> Rerturn Null </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><a href="index.html"><button class="back">&lt;</button></a>
<p class="comment">Outline:</p>
<ul>
<li class="comment">
Jack puts the HDD back together after visually inspecting the platter
&ndash; there is no saving it
</li>
<li class="comment">
Jack establishes a connection to AgriWorks
</li>
<li class="comment">
They talk about a few topics:
<ul>
<li class="comment">
Annie&apos;s attempt to get the manual and what followed
</li>
<li class="comment">
Jack&apos;s background, past life, why he is there
</li>
<li class="comment">
life in the dome
</li>
<li class="comment">
the outside world (what happened, assumptions about what is)
</li>
</ul>
</li>
<li class="comment">
Annie needs to go to meet the library guy
</li>
</ul>
<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>