all repos — hex @ caf4e4fb70841308b872d851ecbb8512743a86da

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

Improvements
h3rald h3rald@h3rald.com
Wed, 25 Dec 2024 22:00:59 +0100
commit

caf4e4fb70841308b872d851ecbb8512743a86da

parent

e7fd3f5cfd3ecfca6c4d29e38d057ded6b826916

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

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

@@ -13,9 +13,9 @@ <span>&gt;&nbsp;</span>

<input placeholder="Input hex code and press ENTER" type="text" autofocus /> </aside> <button id="upload">Upload Program</button> - <textarea rows="8"></textarea> - <button id="evaluate">Evaluate</button> - <button id="hide">Hide</button> + <textarea rows="8" style="display: none;"></textarea> + <button id="evaluate" style="display: none;">Evaluate</button> + <button id="hide" style="display: none;">Hide</button> </section> </article> <script src="/assets/hex.js"></script>