script.js 86 B

1234
  1. function onload() {
  2. document.getElementById("div1").innerHTML = "script started";
  3. }