This commit is contained in:
22
play/bookshelf.org
Normal file
22
play/bookshelf.org
Normal file
@@ -0,0 +1,22 @@
|
||||
#+TITLE: Bookshelf Sort
|
||||
#+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="bookshelf">
|
||||
<a class="play-back" href="/play.html">Back to Play</a>
|
||||
<header class="play-page-head">
|
||||
<p class="play-kicker">04 / Puzzle</p>
|
||||
<h1>Bookshelf Sort</h1>
|
||||
<p>Drag the books into alphabetical order by title.</p>
|
||||
</header>
|
||||
<section class="play-tool">
|
||||
<div class="play-scorebar">
|
||||
<span data-bookshelf-status>Unsorted</span>
|
||||
<button type="button" data-bookshelf-shuffle>Shuffle</button>
|
||||
</div>
|
||||
<div class="bookshelf" data-bookshelf aria-label="Sortable bookshelf"></div>
|
||||
</section>
|
||||
</main>
|
||||
#+END_EXPORT
|
||||
Reference in New Issue
Block a user