File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed
Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Online Code Editor</ title >
7- < link rel ="stylesheet " href ="../css/style.min.css ">
7+ < link rel ="stylesheet " href ="../css/style.css ">
8+ < link href ="https://cdn.jsdelivr.net/npm/@jehankandy/jkcss@5.1.0/src/jkcss.min.css " rel ="stylesheet ">
89</ head >
910< body >
1011 < div class ="main-site ">
11-
12+ < div class ="line ">
13+ < div class ="rec-5 ">
14+ < div class ="">
15+ < label for =""> HTML</ label >
16+ < textarea id ="for-html "> </ textarea >
17+ </ div >
18+
19+ < div class ="">
20+ < label for =""> CSS</ label >
21+ < textarea id ="for-html "> </ textarea >
22+ </ div >
23+
24+ < div class ="">
25+ < label for =""> JS</ label >
26+ < textarea id ="for-html "> </ textarea >
27+ </ div >
28+ </ div >
29+ < div class ="rec-6 "> </ div >
30+ </ div >
31+
32+
33+
34+
35+
1236 </ div >
1337 < script src ="../js/script.js "> </ script >
1438</ body >
You can’t perform that action at this time.
0 commit comments