23 lines
789 B
Org Mode
Executable File
23 lines
789 B
Org Mode
Executable File
#+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/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
|