03 A Simple Errand: minor revision

master
BodgeMaster 2024-01-11 18:44:15 +01:00
parent 747688c40f
commit 336cee36b7
1 changed files with 12 additions and 9 deletions

View File

@ -19,13 +19,15 @@
<p> <p>
Annie walks down the stairs and steps onto the square. It is brightly Annie walks down the stairs and steps onto the square. It is brightly
illuminated by a large glowing sphere made of yellow and brown glass illuminated by a large glowing sphere made of yellow and brown glass
tiles, suspended on steel cables that hang from four office complexes tiles, suspended on steel cables hanging from four office complexes
towering over the rest of the buildings. <span class="comment">Add a more that tower over the rest of the buildings. The other buildings around the
detailed description of the general area.</span> To the right is the square are more in line with the rest of the city but they each have a
library, a large building with a facade of sandstone blocks. The front very unique look. <span class="comment">Add a description of some
features large pillars and a staircase spanning the entire width of the buildings</span> To the right is the library, a large building with a
building giving it the look of an ancient temple. The wall behind the facade of sandstone blocks. The front features large pillars and a
pillars has multiple rows of windows. staircase spanning the entire width of the building giving it the look
of an ancient temple. The wall behind the pillars has multiple rows of
windows.
</p> </p>
<p> <p>
Annie makes her way up the stairs and enters through the large wooden Annie makes her way up the stairs and enters through the large wooden
@ -63,8 +65,9 @@
falls shut. Quickly, she walks back to the station. A train is coming. falls shut. Quickly, she walks back to the station. A train is coming.
She hurries up the stairs and gets on. The doors close and it begins to She hurries up the stairs and gets on. The doors close and it begins to
move. Annie catches her breath and takes her library card out to look at move. Annie catches her breath and takes her library card out to look at
it. The note written on it reads: &quot;Meet me at 10:30PM tonight, it. The note written on it reads:
&lt;metro station&gt;&quot;. <span class="quote non-speech">&lt;metro station&gt; 10:30PM
tonight</span>.
</p> </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> <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>