23 lines
703 B
Org Mode
23 lines
703 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.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
|