static

index.js 114B

    if (browser.device == 'PC') { location.href = "index-pc.html"; } else { location.href = "index-mobile.html"; }