User:LB-LM/common.js: Difference between revisions

From Lost Waves Wiki
(Created page with "document.write("hello world");")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
document.write("hello world");
$(document).ready(function () {
console.log("dddddddddd");
});

Latest revision as of 16:40, 13 May 2024

$(document).ready(function () {
console.log("dddddddddd");
});