56 lines
3.5 KiB
HTML
56 lines
3.5 KiB
HTML
<!DOCTYPE html><html><head><title> Who died today? </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="home"><a href="index.html">⌂</a></div>
|
|
|
|
<h1> Who Died Today?</h1>
|
|
<!-- perspective: Emily -->
|
|
<p class="comment">
|
|
missing stuff:
|
|
</p>
|
|
<ul>
|
|
<li class="comment">
|
|
Emily puts on / changes into day clothes
|
|
</li>
|
|
<li class="comment">
|
|
They eat
|
|
</li>
|
|
<li class="comment">
|
|
They put on space suits and go outside to bury the body
|
|
<ul>
|
|
<li class="comment">
|
|
Lena places some object of significance on the grave
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Emily wakes up. She is laying in bed, facing the large panorama window.
|
|
Her eyes wander across the familiar gray moonscape outside before
|
|
fixating on the half-visible Earth ball for a moment. A noise - someone
|
|
is in her module.
|
|
</p>
|
|
<p>
|
|
She turns around to find her older sister Lena sitting against the
|
|
wall - tears running down her face. After a moment to fully wake up and
|
|
grasp the situation, Emily asks:<br />
|
|
<span class="quote speech">Who?</span><br />
|
|
Lena snivels and points to the ring on her finger. <span class="comment">
|
|
Dictionary to the rescue! Is that the right word? ... </span>
|
|
A grim but not uncommon way for days to begin lately. That leaves five
|
|
of them, and since Tony is gone there is no more hope for a cure.
|
|
</p>
|
|
<p class="comment">
|
|
missing section
|
|
</p>
|
|
<p>
|
|
The air hisses in the lines as the door closes behind them. The noise of
|
|
the vacuum pumps kicks in and begins to slowly fade.<br />
|
|
<span class="comment">They carry a coffin made of thin aluminum plates
|
|
outside.</span>
|
|
</p>
|
|
<p>
|
|
<span class="comment">What is the moon's surface made of?
|
|
Solid regalith or sand? Can it be shoveled?</span><br />
|
|
They place the coffin on the ground and start digging away at its sides,
|
|
slowly sinking it into the ground.
|
|
</p>
|
|
<p class="copyright">Copyright © 2023-2026 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;}fetch("./chapters.json").then(function(result){return result.json();}).then(function(json){let chapters=json.pages;for(let i=0;i<chapters.length;i++){if(chapters[i]===document.URL.replace(/^.*\//,"./")){let prevdiv=document.createElement("div");prevdiv.className="prev";if(i>0){prevdiv.innerHTML="<a href=\""+chapters[i-1]+"\">◃</a>";}else{prevdiv.innerHTML="<p>◃</p>";}document.body.appendChild(prevdiv);let nextdiv=document.createElement("div");nextdiv.className="next";if(i<chapters.length-1){nextdiv.innerHTML="<a href=\""+chapters[i+1]+"\">▹</a>";}else{nextdiv.innerHTML="<p>▹</p>";}document.body.appendChild(nextdiv);}}});</script></body></html>
|