This commit is contained in:
2025-09-27 15:09:26 +10:00
parent c85abbaad1
commit 56e2837c71
3 changed files with 341 additions and 146 deletions

View File

@@ -12,7 +12,7 @@
<div class="right">
<button onclick="runCode()">Run</button>
<input type="file" id="fileInput" hidden accept=".grnd">
<button for="fileInput" id="buttonTrigger">Choose File</button>
<label for="fileInput" id="buttonTrigger" class="button">Choose File</label>
<br>
<code id="console">Output will be shown here, click the run button to run your code!</code>
</div>