1
ewpratten.com/index.html
2017-08-29 14:42:21 -04:00

18 lines
380 B
HTML

<div id = "myDiv"><img id = "myImage" src = "img/load.gif" style="width:100%;"></div><br>
<script type="text/javascript">
<!--
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>