post_apocalypse_story/pm-Banished.html

21 lines
1.5 KiB
HTML

<!DOCTYPE html><html><head><title> Banished </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>Banished</h1>
<p>
<span class="quote speech">Isabelle!</span><br />
<span class="quote speech">Lucas!</span><br />
<span class="quote speech">I got banished.</span><br />
<span class="quote speech">Wait what?</span><br />
The guard in front of her turns around:<br />
<span class="quote speech">No chit-chat, move along.</span><br />
Isabelle takes a moment to understand the implication of what Lucas had
said.<br />
<span class="quote speech">...ohhhhh. Congrats!</span><br />
The guards grab her by the arms and drag her away from his cell.<br />
<span class="quote speech">Move.</span><br />
<span class="comment">Lucas:</span>
<span class="quote speech">Good luck with your trial!</span>
</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>