03 A Simple Errand: minor revision
parent
747688c40f
commit
336cee36b7
|
@ -19,13 +19,15 @@
|
|||
<p>
|
||||
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
|
||||
tiles, suspended on steel cables that hang from four office complexes
|
||||
towering over the rest of the buildings. <span class="comment">Add a more
|
||||
detailed description of the general area.</span> To the right is the
|
||||
library, a large building with a facade of sandstone blocks. The front
|
||||
features large pillars and a 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.
|
||||
tiles, suspended on steel cables hanging from four office complexes
|
||||
that tower over the rest of the buildings. The other buildings around the
|
||||
square are more in line with the rest of the city but they each have a
|
||||
very unique look. <span class="comment">Add a description of some
|
||||
buildings</span> To the right is the library, a large building with a
|
||||
facade of sandstone blocks. The front features large pillars and a
|
||||
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>
|
||||
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.
|
||||
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
|
||||
it. The note written on it reads: "Meet me at 10:30PM tonight,
|
||||
<metro station>".
|
||||
it. The note written on it reads:
|
||||
<span class="quote non-speech"><metro station> 10:30PM
|
||||
tonight</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