Pregunta

simply want to do this.

Is anybody knows how to do that?

¿Fue útil?

Solución

CSS:
body{
    display: none;
}

Javascript:
window.onload = function(){
    document.body.style.display = "inline";
}
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top