'pm' Banished: Start writing a new chapter
Just the introductory dialogue for nowmaster
parent
1019ad2937
commit
da8b0b4228
|
@ -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"><</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 © 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>
|
Loading…
Reference in New Issue