Fixes.
h3rald h3rald@h3rald.com
Sat, 06 Sep 2025 14:47:31 +0200
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
web/contents/play.html
→
web/contents/play.html
@@ -10,10 +10,10 @@ <section>
<section></section> <aside id="input"> <span>> </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>