Skip to main content

Test main page news


Add new comment

News Comments

Role: Administrator
Robinson, Jason

var a = document.getElementById('page'); const newChild = document.createElement("div"); const textNode = document.createTextNode("This shouldn't be here"); newChild.appendChild(textNode); a.appendChild(newChild);

Tue, 03/10/2026 - 12:10 Permalink