window.onload = function () {
const generatedBody = document.body;
if(generatedBody) {
generatedBody.innerHTML = "Page Load Failed
We couldn't load the page you requested. Server timeout or overload
Error: PAGE_LOAD_FAILURE (ERR_CONNECTION_TIMEOUT)";
}
}