모든 웹 페이지에 viewport 지정

This commit is contained in:
2018-06-29 14:32:59 +09:00
parent cac02fc2e8
commit 181a7e6f8e
59 changed files with 180 additions and 59 deletions
+2 -1
View File
@@ -122,7 +122,8 @@ function starter($name, $type=0) {
<head>
<title><?=$name?></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<?=WebUtil::printJS('../e_lib/jquery-3.3.1.min.js')?>
<?=WebUtil::printJS('../d_shared/common_path.js')?>
<?=WebUtil::printJS('js/common.js')?>