diff --git a/desktop/load.html b/desktop/load.html index 88e58ee..a5fe910 100644 --- a/desktop/load.html +++ b/desktop/load.html @@ -4,4 +4,5 @@ setTimeout(function(){ document.getElementById("myDiv").style.display="none"; }, 6000); + document.location = "./index.html";