improvements
h3rald h3rald@h3rald.com
Sat, 29 Mar 2025 17:46:50 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
web/contents/play.html
→
web/contents/play.html
@@ -13,7 +13,7 @@ <span>> </span>
<input placeholder="Input hex code and press ENTER" type="text" autofocus /> </aside> <button id="upload">Upload Program</button> - <textarea rows="8" style="display: none;"></textarea> + <textarea 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>