all repos — hex @ 4ca99c52bc7976c33accca16f296ca6ac543b3af

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Sat, 06 Sep 2025 14:47:31 +0200
commit

4ca99c52bc7976c33accca16f296ca6ac543b3af

parent

d1ae8bfd891f9df8ca2476987d54e5581aaec4f3

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M web/contents/play.htmlweb/contents/play.html

@@ -10,10 +10,10 @@ <section>

<section></section> <aside id="input"> <span>&gt;&nbsp;</span> - <input placeholder="Input hex code and press ENTER" type="text" autofocus /> + <input id="input-prompt" placeholder="Input hex code and press ENTER" type="text" autofocus /> </aside> <button id="upload">Upload Program</button> - <textarea rows="8" placeholder="Input or paste hex code here" style="display: none;"></textarea> + <textarea id="text-data" rows="8" placeholder="Input or paste hex code here" style="display: none;"></textarea> <button id="evaluate" style="display: none;">Evaluate</button> <button id="hide" style="display: none;">Hide</button> </section>