kaughtup
11/16/2017 - 5:04 AM

UAでリダイレクト(読み込むファイルを変える)

if (navigator.userAgent.indexOf('iPhone') < 0 && navigator.userAgent.indexOf('iPod') < 0 && navigator.userAgent.indexOf('Android') < 0){
    location.href = 'index.html';
}