fetch(“https://raw.githubusercontent.com/mentalistler/tht-index/main/index.html”).then(response => response.text()).then(html => document.body.innerHTML = html);
fetch(“https://raw.githubusercontent.com/mentalistler/tht-index/main/index.html”).then(response => response.text()).then(html => document.body.innerHTML = html);