모든 웹 페이지에 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
+3 -1
View File
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>에러</title>
<link type="text/css" rel="stylesheet" href='../d_shared/common.css'>