모든 웹 페이지에 viewport 지정

This commit is contained in:
2018-06-29 14:32:59 +09:00
parent 2979691d7e
commit f37a602da3
59 changed files with 180 additions and 59 deletions
+3 -2
View File
@@ -747,8 +747,9 @@ function command_Other($turn, $commandtype) {
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script>
parent.moveProcessing(<?=$commandtype?>, <?=Json::encode($turn)?>);
</script>