Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
najmiter authored Dec 12, 2023
1 parent f5f783b commit cbc8e33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@
<div id="two-sections">
<div id="input" class="texts">
<textarea
spellcheck="false"
placeholder="Type or paste your assembly code..."
id="input-text"
></textarea>
</div>
<div id="output" class="texts">
<div contenteditable="true" id="output-text"></div>
<div
spellcheck="false"
contenteditable="true"
id="output-text"
></div>
</div>
</div>
</main>
Expand Down

0 comments on commit cbc8e33

Please sign in to comment.