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

23 lines
808 B
Org Mode

#+TITLE: Archive Terminal
#+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="terminal">
<a class="play-back" href="/play/play.html">Back to Play</a>
<header class="play-page-head">
<p class="play-kicker">08 / Story</p>
<h1>Archive Terminal</h1>
<p>Try commands such as help, look, open drawer, read note, map, hum, save, and clear.</p>
</header>
<section class="play-tool terminal-tool">
<div class="terminal-log" data-terminal-log aria-live="polite"></div>
<form class="terminal-form" data-terminal-form>
<label><span>&gt;</span><input data-terminal-input autocomplete="off" /></label>
<button type="submit">Run</button>
</form>
</section>
</main>
#+END_EXPORT