Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<body>
<div id=testdiv>Inline script didn't run</div>
<script>
document.getElementById('testdiv').innerHTML = "Inline Script Executed";
</script>
</body>
</html>