1

Update index.html

This commit is contained in:
Evan Pratten 2017-08-29 14:37:54 -04:00 committed by GitHub
parent ccc8ecdca6
commit 823d0cffb4

View File

@ -1,5 +1,10 @@
<script type="text/javascript">
<div id = "myDiv"><img id = "myImage" src = "img/load.gif" style="width:100%;"></div><br>
<!--
setTimeout (function(){
document.getElementById("myDiv").style.display="none";
}, 6000);
if (screen.width <= 699) {
document.location = "/mobile";
}