Skip to content

Commit 364566a

Browse files
authored
Update MarkupL.html
1 parent 5d8dd42 commit 364566a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

MarkupL.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
<script>
2-
function main(){
3-
i=document.getElementById("i").value
4-
document.getElementById("o").innerHTML=i
5-
}
6-
</script>
7-
<textarea id="i" placeholder="input"></textarea><button onclick="main()">submit</button><br>
8-
<textarea id="o" placeholder="output" readonly></textarea>
1+
this whole page was to port MarkupL code to HTML code.<br>
2+
okay thanks for reading and visiting this i guess

0 commit comments

Comments
 (0)