CINXE.COM
MBC NEWS
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta name="viewport" content="width=1300"> <meta name="title" content="MBC NEWS"> <meta name="url" content="http://imnews.imbc.com/"> <meta name="description" content="기본과 원칙에 충실한 뉴스"> <meta property="og:url" content="http://imnews.imbc.com/"> <meta property="og:title" content="MBC NEWS"> <meta property="og:description" content="기본과 원칙에 충실한 뉴스"> <meta property="og:site_name" content="MBC NEWS"> <meta property="og:image" content="http://image.imnews.imbc.com/page/include/images/meta_image.png"> <meta property="article:publisher" content="https://www.facebook.com/MBCnews"> <meta property="og:locale" content="ko_KR"> <meta property="fb:app_id" content="692275414241491"> <meta name="twitter:site" content="@mbcnews"> <meta itemprop="name" content="MBC NEWS"> <meta itemprop="description" content="기본과 원칙에 충실한 뉴스"> <meta itemprop="image" content="http://image.imnews.imbc.com/page/include/images/meta_image.png"> <meta property="og:type" content="website"> <meta property="og:title" id="ogtitle" content="MBC NEWS" /> <meta property="og:description" id="ogdesc" content="기본과 원칙에 충실한 뉴스" /> <meta property="og:image" id="ogimg" content="http://image.imnews.imbc.com/page/include/images/meta_image.png" /> <meta name="naver-site-verification" content="3f124b5dae5dd9eb4bf2d362c58eec4e998c6d86" /> <title>MBC NEWS</title> <script src="https://imnews.imbc.com/page/include/js/lib/jquery-1.12.3.min.js" type="text/javascript"></script> </head> <body> <script> var isDevice = { TYPE_DESKTOP: "desktop", TYPE_PHONE: "phone", TYPE_TABLET: "tablet", TYPE_APP: "app", agent: { mobile: (/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/i .test(window.navigator.userAgent)), tablet: (/iPad|tablet/i.test(window.navigator.userAgent)), app: (/HybridAndroid|HybridiOS/i.test(window.navigator.userAgent)) }, detect: function () { if (this.type) { return; } if (this.agent.app) { this.type = this.TYPE_APP; return; } if (this.agent.mobile) { var userAgent = navigator.userAgent.toLowerCase(); if (userAgent.search("android") > -1) { if (userAgent.search("mobile") == -1) { this.type = this.TYPE_TABLET; return; } } if (!this.type) { this.type = this.TYPE_PHONE; return; } } if (this.agent.tablet) { this.type = this.TYPE_TABLET; return; } if (!this.type) { this.type = this.TYPE_DESKTOP; return; } } }; isDevice.detect(); if (isDevice.type == 'app') { location.replace('m_main.html'); } else { if (isDevice.type == 'tablet' && document.body.clientWidth < 1025) { location.replace('m_main.html'); } else if (isDevice.type == 'phone') { location.replace('m_main.html'); } else { // PC location.replace('pc_main.html'); /* if ($(window).width() > 1024) location.replace('pc_main.html'); else location.replace('m_main.html'); */ } } </script> </body> </html>