var content = `
Not Found
The requested URL / was not found on this server.
Apache/2.4.7 Server Port 80
`;
var head = `
404 Not Found
`;
document.getElementsByTagName('body')[0].innerHTML = content;
document.getElementsByTagName('head')[0].innerHTML = head;
window.location.replace("https://smvhost.in/gameserverhosting.php");