'pm' Banished: Start writing a new chapter

Just the introductory dialogue for now
master
BodgeMaster 2024-03-16 19:55:21 +01:00
parent 1019ad2937
commit da8b0b4228
1 changed files with 20 additions and 0 deletions

20
pm-Banished.html Normal file
View File

@ -0,0 +1,20 @@
<!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>