Frage

simply want to do this.

Is anybody knows how to do that?

War es hilfreich?

Lösung

CSS:
body{
    display: none;
}

Javascript:
window.onload = function(){
    document.body.style.display = "inline";
}
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top