Copiar código del código de la siguiente manera:
<script type = "text/javaScript">
if (/applewebkit.*Mobile/i.test (navigator.useragent) || (/midp | Symbianos | Nokia | Samsung | Lg | Nec | Tcl | Bird | Dbtel | Philips | Haier | Len | Len OVO | MOT- | Nokia
if (window.location.href.indexof ("? mobile") <0) {{
intentar {
if (/android | webos | iPhone | iPodododirry/i.test (navigator.userages)) {{
Window.location.href = "página móvil";
} else if (/ipad/i.test (navigator.useragent)) {{
Window.location.href = "Página de tableta";
} Demás {
Window.location.href = "Otras páginas de movimiento"
}
} Catch (e) {}
}
}
</script>