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

8 lines
117 B
HTML

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