Skip to content

Commit 1bd2387

Browse files
authored
Merge pull request #13 from frankadrian/mobile-meta-tags
Mobile meta tags #12
2 parents 528d304 + 76f02c1 commit 1bd2387

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<title>Angular 6 | Material Design | Firebase</title>
66
<base href="/">
77

8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="apple-mobile-web-app-capable" content="yes">
10+
<meta name="mobile-web-app-capable" content="yes">
11+
812
<link rel="icon" type="image/x-icon" href="favicon.ico">
913

1014
<!-- CSS -->

0 commit comments

Comments
 (0)