<script type="text/javascript">
if (window.location.hostname !== "m.site.com") {
var urlCustom = window.location.pathname + window.location.search + window.location.hash;
if (detect.mobile() != null || detect.phone() != null || detect.tablet() != null) {
  window.location.href = "https://m.site.com"+urlCustom;
}
}
if (window.location.hostname !== "site.com") {
var urlCustom = window.location.pathname + window.location.search + window.location.hash;
if (detect.mobile() == null && detect.phone() == null && detect.tablet() == null) {
  window.location.href = "https://site.com"+urlCustom;
}
}
</script>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.