'km' Unhappy Engine Noises: start writing

master
BodgeMaster 2024-01-18 21:23:08 +01:00
parent f2eb7353e7
commit 3b5b61f435
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<!DOCTYPE html><html><head><title> Unhappy Engine Noises </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>Unhappy Engine Noises</h1>
<p>
Michelle pokes her head out from underneath the train.<br />
<span class="quote speech">I think thats it.</span><br/>
She puts a large piece of leftover hose aside and crawls out.<br >
<span class="quote speech">That was quick. Nice work.</span><br />
Jack walks over to the compartment holding the batteries, takes the cables
off the terminals, and hooks them up to his makeshift power supply. Then,
he starts the generator and climbs into the train. Michelle follows him
and they go to the driver&apos;s cabin. Jack turns the key switch and
parts of the dashboard light up. He flips the switch for the fuel pump.
<br />
<span class="quote speech">Well, this is progress already.</span><br />
He points to the fuel pressure gauge; the needle slowly creeps to the
right. He pushes engine start button. The engine begins to turn over but
it doesn&apos;t start. He holds the button. The engine begins to turn
over again. After a moment, it accelerates but it still doesn&apos;t run.
He keeps holding the button for a while but the engine won&apos;t start.
<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>