1
ewpratten.com/index.html
2017-08-29 14:37:54 -04:00

17 lines
379 B
HTML

<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";
}
else {
document.location = "/desktop";
}
//-->
</script>
<h1>Enable Javascript</h1>