Goodtoknow.com

Good News, by Students, for the World

(Created page with "(function () { var myElement = document.getElementById('mw-hello-world'); myElement.innerHTML = '<html>Hello World!!!</html>'; }());")
(No difference)

Revision as of 13:20, 27 January 2023

(function () {

  var myElement = document.getElementById('mw-hello-world');
  myElement.innerHTML = '<html>Hello World!!!</html>';

}());