Files
org_web/play/timeline.org
gitea-actions 53df5b46a3 seperating play
2026-07-08 22:14:41 +01:00

23 lines
708 B
Org Mode

#+TITLE: Timeline Tangle
#+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="timeline">
<a class="play-back" href="/play/play.html">Back to Play</a>
<header class="play-page-head">
<p class="play-kicker">06 / Puzzle</p>
<h1>Timeline Tangle</h1>
<p>Drag the cards from earliest to latest.</p>
</header>
<section class="play-tool">
<div class="play-scorebar">
<span data-timeline-status>Arrange the cards</span>
<button type="button" data-timeline-shuffle>Shuffle</button>
</div>
<div class="timeline-list" data-timeline-list></div>
</section>
</main>
#+END_EXPORT