24 lines
637 B
Org Mode
24 lines
637 B
Org Mode
#+TITLE: Patience Game
|
|
#+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">Tiny game</p>
|
|
<h1>Patience Game</h1>
|
|
<p class="play-lede">The only move is to stay a little while.</p>
|
|
</div>
|
|
</section>
|
|
<section class="play-console">
|
|
<div class="play-console__screen">
|
|
<p data-patience-target>The lamp is on. Nothing else is required.</p>
|
|
<p><span data-patience-count>0</span> seconds kept company.</p>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
#+END_EXPORT
|