WIP text rewrite, highlighting
This commit is contained in:
@@ -7,10 +7,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="left">
|
||||
<code id="editor"></code>
|
||||
<code contenteditable="true" id="editor"></code>
|
||||
</div>
|
||||
<div class="right">
|
||||
<button onclick="runCode()">Run</button>
|
||||
<input type="file" id="fileInput" hidden accept=".grnd">
|
||||
<button for="fileInput" id="buttonTrigger">Choose File</button>
|
||||
<br>
|
||||
<code id="console">Output will be shown here, click the run button to run your code!</code>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user