임베디드 | 라즈베리파이 | ARM | 리눅스 | Qt | 딥러닝

<script type="text/JavaScript">

function orient(){

  switch(window.orientation){

    case 0:

     document.getElementById("orient_css").href = "css/mobile_portrait.css";

     break;

     case -90:

     document.getElementById("orient_css").href = "css/mobile_landscape.css";

     break; 

    case 90:   }

}

window.onload = orient();

</script>