Files
org_web/play/study.org
gitea-actions 2bb816b2ae
All checks were successful
Build Org Website / build (push) Successful in 30s
change mode and fix build
2026-07-08 22:42:05 +01:00

25 lines
854 B
Org Mode
Executable File

#+TITLE: Study Lamp
#+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="study">
<a class="play-back" href="/play/play.html">Back to Play</a>
<header class="play-page-head">
<p class="play-kicker">09 / Timer</p>
<h1>Study Lamp</h1>
<p>Start a short focus session and let the desk scene warm up.</p>
</header>
<section class="play-tool study-tool">
<div class="study-scene" data-study-scene><span></span></div>
<div class="study-time" data-study-time>05:00</div>
<div class="play-console__controls">
<button type="button" data-study-start>Start</button>
<button type="button" data-study-pause>Pause</button>
<button type="button" data-study-reset>Reset</button>
</div>
</section>
</main>
#+END_EXPORT