Skip to content

Commit c2725f1

Browse files
Update index.html
Co-Authored-By: JehanKandy <jehankandy@gmail.com>
1 parent 6f8c2db commit c2725f1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

codeEditor/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ <h1>Online Code Editor</h1>
1212
<div class="content">
1313
<div class="code-in">
1414
<label for="">HTML</label><br>
15-
<textarea id="for-html"></textarea>
15+
<textarea id="for-html" onkeyup="runCode()"></textarea>
1616
</div>
1717
<div class="code-in">
1818
<label for="">CSS</label><br>
19-
<textarea id="for-html"></textarea>
19+
<textarea id="for-html" onkeyup="runCode()"></textarea>
2020
</div>
2121
<div class="code-in">
2222
<label for="">JS</label><br>
23-
<textarea id="for-html"></textarea>
23+
<textarea id="for-html" onkeyup="runCode()"></textarea>
2424
</div>
2525

2626
</div>
@@ -31,6 +31,10 @@ <h1>Online Code Editor</h1>
3131
<iframe id="result-code"></iframe>
3232
</div>
3333

34+
<footer>
35+
Delevelop By: JKCSS || OnlineCodeEditor-v0.1.0 - 21 March 2024
36+
</footer>
37+
3438

3539

3640

0 commit comments

Comments
 (0)