Question

simply want to do this.

Is anybody knows how to do that?

Était-ce utile?

La solution

CSS:
body{
    display: none;
}

Javascript:
window.onload = function(){
    document.body.style.display = "inline";
}
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top