/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript" charset="utf-8"> if (navigator && navigator.platform && navigator.platform.match(/^(iPad|iPod|iPhone)/)) { location.replace(".html"); } </script>