Skip to content

Commit 2a8b337

Browse files
authored
Update MarkupL.html
1 parent 830ada5 commit 2a8b337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MarkupL.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
i=document.getElementById("i").value
44
document.getElementById("o").innerHTML=i
55
}
6+
</script>
67
<textarea id="i" placeholder="input" /><button onclick="main()">submit</button><br>
78
<textarea id="o" placeholder="output" read-only />

0 commit comments

Comments
 (0)