Skip to content

Commit 7f0ff4a

Browse files
committed
add valid meta viewport for mobile
1 parent 63bb23c commit 7f0ff4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
57
<title>{{ name }}</title>
68
</head>
79
<body>

0 commit comments

Comments
 (0)