Skip to content

Commit

Permalink
Why did it not work? I have no idea!
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorProj committed Jul 21, 2024
1 parent f7e27bc commit 5132198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html_playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>HTML Playground</h1>
<script>
document.getElementById('run').onclick = () => {
document.getElementById("output").innerHTML = document.getElementById("code").value;
}
} // why was there random characters here
</script>
</head>
</html>

0 comments on commit 5132198

Please sign in to comment.