Files
org_web/play/constellation.org
Zaine Arch a2bc77805c
All checks were successful
Build Org Website / build (push) Successful in 48s
rpg initial commit
2026-05-09 22:38:51 +01:00

23 lines
784 B
Org Mode

#+TITLE: Constellation Desk
#+OPTIONS: num:nil title:nil toc:nil
#+NO_SIDENOTES: t
#+DATE: <2026-05-09 Sat>
#+BEGIN_EXPORT html
<main class="play-root play-page" data-play-page="constellation">
<a class="play-back" href="/play.html">Back to Play</a>
<header class="play-page-head">
<p class="play-kicker">02 / Sketch</p>
<h1>Constellation Desk</h1>
<p>Click stars to connect them. Reset the plate when the sky becomes too busy.</p>
</header>
<section class="play-tool">
<div class="play-scorebar">
<span>Lines: <strong data-star-lines>0</strong></span>
<button type="button" data-star-reset>Clear</button>
</div>
<canvas class="play-canvas star-canvas" width="900" height="520" data-star-canvas></canvas>
</section>
</main>
#+END_EXPORT