Merge pull request #600 from joelnordell/apple-touch-icon

Add apple-touch-icon for iOS devices "Add to Home Screen"
This commit is contained in:
Jonas Winkler
2021-02-23 16:18:56 +01:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -9,6 +9,7 @@
<meta name="theme-color" content="#17541f" />
<link rel="manifest" href="manifest.webmanifest">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link ref="apple-touch-icon" href="apple-touch-icon.png">
</head>
<body class="color-scheme-system">
<app-root></app-root>