소스 검색

Update starter.html

Commented the meta tag.
Brian 10 년 전
부모
커밋
becf3981b5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      starter.html

+ 2 - 1
starter.html

@@ -7,6 +7,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
   <head>
   <head>
     <meta charset="UTF-8">
     <meta charset="UTF-8">
     <title>AdminLTE 2 | Dashboard</title>
     <title>AdminLTE 2 | Dashboard</title>
+    <!-- Tell the browser to be responsive to screen width -->
     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
     <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
     <!-- Bootstrap 3.3.4 -->
     <!-- Bootstrap 3.3.4 -->
     <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
     <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
@@ -368,4 +369,4 @@ scratch. This page gets rid of all links and provides the needed markup only.
           user experience. Slimscroll is required when using the
           user experience. Slimscroll is required when using the
           fixed layout. -->
           fixed layout. -->
   </body>
   </body>
-</html>
+</html>