Skip to content

Commit 66560ae

Browse files
authored
1 parent cf9a761 commit 66560ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<meta charset="UTF-8">
55
<title>Angular App</title>
66
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
78

89
<base href="/">
910
</head>
1011
<body>
1112
<app></app>
1213
</body>
13-
</html>
14+
</html>

0 commit comments

Comments
 (0)