1
ewpratten.com/index.html
2017-08-27 14:55:59 -04:00

11 lines
162 B
HTML

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