24 lines
874 B
Org Mode
Executable File
24 lines
874 B
Org Mode
Executable File
#+TITLE: Sigil Press
|
|
#+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="sigil">
|
|
<a class="play-back" href="/play/play.html">Back to Play</a>
|
|
<header class="play-page-head">
|
|
<p class="play-kicker">10 / Maker</p>
|
|
<h1>Sigil Press</h1>
|
|
<p>Enter initials and a motto to stamp a little academic seal.</p>
|
|
</header>
|
|
<section class="play-tool sigil-tool">
|
|
<form class="sigil-form" data-sigil-form>
|
|
<label>Initials <input maxlength="4" value="ZXH" data-sigil-initials /></label>
|
|
<label>Motto <input maxlength="34" value="Learn, make, remember" data-sigil-motto /></label>
|
|
<button type="submit">Press</button>
|
|
</form>
|
|
<canvas class="sigil-canvas" width="520" height="520" data-sigil-canvas></canvas>
|
|
</section>
|
|
</main>
|
|
#+END_EXPORT
|