22 lines
1.6 KiB
HTML
22 lines
1.6 KiB
HTML
<!DOCTYPE html><html><head><title> The Floor Is Water </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><a href="index.html"><button class="back"><</button></a>
|
|
<h1>The Floor Is Water</h1>
|
|
|
|
<p class="comment">missing section</p>
|
|
<p>
|
|
Jack turns the key and the gate starts to move up, scrathcing and
|
|
squeeking as it does, revealing a bunch of crates. About half-way
|
|
up, it gets stuck, making a buzzing noise. He lets go of the key and it
|
|
stops. They duck under the gate and look around. They find themselves in
|
|
a warehouse much larger than the gate and windows facing the tunnel would
|
|
lead to assume.<br />
|
|
<span class="quote speech">Now that, ladies and gentlemen, is what I call
|
|
an adequate stockpile of spare parts.</span><br />
|
|
Jack walks up to a huge crate and wipes the dust off the label:
|
|
<span class="quote non-speech">Turbine C, replacement 2</span>.
|
|
</p>
|
|
<p class="comment">
|
|
exploring the warehouse, they find a forklift and a railroad in the back
|
|
</p>
|
|
|
|
<p class="copyright">Copyright © 2023 Jan Danielzick (aka. BodgeMaster) – 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>
|