@@ -11,12 +11,10 @@ window.onload=function(){
if(screen.width>1024)
{
- alert("pc");
window.location.href ="./desktop11/index.html";
}
else
- alert("phone");
window.location.href ="./mobile/index.html";