User:Mark Tannen/timeless.js: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
No edit summary
Tag: Manual revert
Line 1: Line 1:
var para = document.getElementById('text2');
$(function () {
para.remove();
var myPlace = document.getElementById('tpl-example-placeholder');
document.write('Hello, World!!!');
document.write('Hello, World!!!');
}());

Revision as of 02:18, 26 November 2023

var para = document.getElementById('text2');
para.remove();
document.write('Hello, World!!!');