1

Update load.html

This commit is contained in:
Evan Pratten 2017-08-29 14:50:45 -04:00 committed by GitHub
parent 5ef0665023
commit 0a635cfbc6

View File

@ -4,4 +4,5 @@
setTimeout(function(){
document.getElementById("myDiv").style.display="none";
}, 6000);
document.location = "./index.html";
</script>