Question

simply want to do this.

Is anybody knows how to do that?

Was it helpful?

Solution

CSS:
body{
    display: none;
}

Javascript:
window.onload = function(){
    document.body.style.display = "inline";
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top