WOAHHHH
All checks were successful
Build Org Website / build (push) Successful in 48s

This commit is contained in:
2026-05-10 00:01:54 +01:00
parent 4519cfe804
commit 83f18a26f0
12 changed files with 1212 additions and 2 deletions

27
play/radio-room.org Normal file
View File

@@ -0,0 +1,27 @@
#+TITLE: Radio Room
#+OPTIONS: num:nil title:nil toc:nil
#+NO_SIDENOTES: t
#+HIDDEN_PAGE: t
#+DATE: <2026-05-09 Sat>
#+BEGIN_EXPORT html
<main class="play-root">
<section class="play-hero">
<div>
<p class="play-kicker">Unlisted room</p>
<h1>Radio Room</h1>
<p class="play-lede">A room under the stairs where every station is almost home.</p>
</div>
</section>
<section class="play-console">
<div class="play-console__screen">
<p class="play-console__eyebrow">Tuning log</p>
<h2>Between stations</h2>
<p>89.1: rain on the kitchen roof.</p>
<p>91.4: Nadir saying backups are just promises with timestamps.</p>
<p>99.9: Luma humming an original song about lamps, trains, and coming back slowly.</p>
<p>The dial is warm. It does not play automatically because even ghosts should ask permission.</p>
</div>
</section>
</main>
#+END_EXPORT