1

Update index.html

This commit is contained in:
Evan Pratten 2017-08-29 14:49:32 -04:00 committed by GitHub
parent 49b1ab28ee
commit 5ef0665023

View File

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