Copie o código do código da seguinte forma:
<script type = "text/javascript">
if (/pplewebkit.*mobile/i.test (navegator.useragent) || (/midp | symbianos | Nokia | samsung | lg | nec | tcl | pássaro | dbtel | Philips | haier | len | len ovo | mot- | Nokia |
if (window.location.href.indexof ("? Mobile") <0) {{
tentar {
if (/android | webos | iphone | ipodododirry/i.test (navegator.userrages)) {{
Window.Location.href = "Página móvel";
} else if (/ipad/i.test (Navigator.UserAgent)) {{
Window.Location.href = "Página do tablet";
} Outro {
Window.Location.href = "Outras páginas de movimentação"
}
} Catch (e) {}
}
}
</script>