Skip to content
Snippets Groups Projects

Fix icon compatibility with IOS

Merged Nayeem Rahman requested to merge ios-icon into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -4,6 +4,7 @@
@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta charset="UTF-8" />
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="manifest.json" />
<link rel="shortcut icon" href="logo.png" />
<link rel="shortcut icon" href="logo.png" />
 
<link rel="apple-touch-icon" href="logo.png" />
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="styles.css" />
<link
<link
Loading