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

12 lines
191 B
HTML

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