1
ewpratten.com/index.html
2017-08-29 14:49:32 -04:00

12 lines
209 B
HTML

<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "/mobile/load.html";
}
else {
document.location = "/desktop/load.html";
}
//-->
</script>
<h1>Enable Javascript</h1>