31 lines
2.3 KiB
HTML
31 lines
2.3 KiB
HTML
<!DOCTYPE html><html><head><title> RTFM </title><link rel="stylesheet" type="text/css" href="html_resources/style.css"></head><body><svg class="hidden_filter"><filter id="crunchy_blur" x="0" y="0"><feFlood x="4" y="4" height="2" width="2"/><feComposite width="6" height="6" in2="SourceGraphic"/><feTile result="a"/><feComposite in="SourceGraphic" in2="a" operator="in"/><feMorphology operator="dilate" radius="1.4"/><feGaussianBlur stdDeviation="2.2"></feGaussianBlur></filter></svg><div class="back"><a href="index.html"><</a></div>
|
|
|
|
<h1>RTFM</h1>
|
|
<!-- perspective: unknown, but inside the dome -->
|
|
|
|
<p>
|
|
Annie rings the doorbell and waits. Nobody answers. She checks that
|
|
she's at the right door – yes, this is grandpa Karl's
|
|
place. She rings again. A window on <span class="comment">in?</span>
|
|
one of the adjacent buildings opens and she hears Isabelle quietly
|
|
calling her name.<br />
|
|
<span class="quote speech">Annie, we're over here.</span><br />
|
|
Annie beings to walk over.<br />
|
|
<span class="quote speech">Which door?</span><br />
|
|
<span class="quote speech">Number 15, I'll let you in.</span><br />
|
|
</p>
|
|
<p>
|
|
The others are inside.
|
|
<br />
|
|
Karl says: <span class="quote speech">We needed a little more space.
|
|
Nobody ever moved in here, so might as well use it.</span><br />
|
|
They go to the living room where cables and opened boxes of computer
|
|
parts are all over the floor. Lucas sits on the floor in front of
|
|
the rack. The side panels had been removed, revealing the rails holding
|
|
the various devices inside as well as their power cables. One of the
|
|
devices, a large metal box with many boards inside, is hanging
|
|
half-disassembled out the front.
|
|
</p>
|
|
|
|
<p class="copyright">Copyright © 2023-2025 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++) {if (lines[j].length >= 80) result = result + spans[j%2] + lines[j] + "</span>\n"; else result = result + spans[j%2] + lines[j] + " ".repeat(80-lines[j].length) + "</span>\n";} pre_texts[i].innerHTML = result;}</script></body></html>
|