|
41 | 41 | property="og:description" |
42 | 42 | content="Customizable blobs as SVG and Flutter Widget. Create random or fixed blobs, loop, animate, clip them with ease" |
43 | 43 | /> |
44 | | - <meta property="og:image" content="https://blobs.app/poster.png" /> |
| 44 | + <meta |
| 45 | + property="og:image" |
| 46 | + content="https://blobs.app/posters/blobs_app_poster.png" |
| 47 | + /> |
45 | 48 |
|
46 | 49 | <!-- Twitter --> |
47 | 50 | <meta property="twitter:card" content="summary_large_image" /> |
|
54 | 57 | property="twitter:description" |
55 | 58 | content="Customizable blobs as SVG and Flutter Widget. Create random or fixed blobs, loop, animate, clip them with ease" |
56 | 59 | /> |
57 | | - <meta property="twitter:image" content="https://blobs.app/poster.png" /> |
| 60 | + <meta |
| 61 | + property="twitter:image" |
| 62 | + content="https://blobs.app/posters/blobs_app_poster.png" |
| 63 | + /> |
58 | 64 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
59 | 65 |
|
60 | | - <link |
61 | | - rel="apple-touch-icon" |
62 | | - sizes="57x57" |
63 | | - href="favicons/apple-icon-57x57.png" |
64 | | - /> |
65 | | - <link |
66 | | - rel="apple-touch-icon" |
67 | | - sizes="60x60" |
68 | | - href="favicons/apple-icon-60x60.png" |
69 | | - /> |
70 | | - <link |
71 | | - rel="apple-touch-icon" |
72 | | - sizes="72x72" |
73 | | - href="favicons/apple-icon-72x72.png" |
74 | | - /> |
75 | | - <link |
76 | | - rel="apple-touch-icon" |
77 | | - sizes="76x76" |
78 | | - href="favicons/apple-icon-76x76.png" |
79 | | - /> |
80 | | - <link |
81 | | - rel="apple-touch-icon" |
82 | | - sizes="114x114" |
83 | | - href="favicons/apple-icon-114x114.png" |
84 | | - /> |
85 | | - <link |
86 | | - rel="apple-touch-icon" |
87 | | - sizes="120x120" |
88 | | - href="favicons/apple-icon-120x120.png" |
89 | | - /> |
90 | | - <link |
91 | | - rel="apple-touch-icon" |
92 | | - sizes="144x144" |
93 | | - href="favicons/apple-icon-144x144.png" |
94 | | - /> |
95 | | - <link |
96 | | - rel="apple-touch-icon" |
97 | | - sizes="152x152" |
98 | | - href="favicons/apple-icon-152x152.png" |
99 | | - /> |
100 | 66 | <link |
101 | 67 | rel="apple-touch-icon" |
102 | 68 | sizes="180x180" |
103 | | - href="favicons/apple-icon-180x180.png" |
104 | | - /> |
105 | | - <link |
106 | | - rel="icon" |
107 | | - type="image/png" |
108 | | - sizes="192x192" |
109 | | - href="favicons/android-icon-192x192.png" |
| 69 | + href="/favicons/apple-touch-icon.png" |
110 | 70 | /> |
111 | 71 | <link |
112 | 72 | rel="icon" |
113 | 73 | type="image/png" |
114 | 74 | sizes="32x32" |
115 | | - href="favicons/favicon-32x32.png" |
| 75 | + href="/favicons/favicon-32x32.png" |
116 | 76 | /> |
117 | 77 | <link |
118 | 78 | rel="icon" |
119 | 79 | type="image/png" |
120 | | - sizes="96x96" |
121 | | - href="favicons/favicon-96x96.png" |
| 80 | + sizes="16x16" |
| 81 | + href="/favicons/favicon-16x16.png" |
122 | 82 | /> |
| 83 | + <link rel="manifest" href="/favicons/site.webmanifest" /> |
123 | 84 | <link |
124 | | - rel="icon" |
125 | | - type="image/png" |
126 | | - sizes="16x16" |
127 | | - href="favicons/favicon-16x16.png" |
| 85 | + rel="mask-icon" |
| 86 | + href="/favicons/safari-pinned-tab.svg" |
| 87 | + color="#5bbad5" |
128 | 88 | /> |
129 | | - <link rel="manifest" href="favicons/manifest.json" /> |
| 89 | + <link rel="shortcut icon" href="/favicons/favicon.ico" /> |
130 | 90 | <meta name="msapplication-TileColor" content="#ffffff" /> |
131 | | - <meta |
132 | | - name="msapplication-TileImage" |
133 | | - content="/favicons/ms-icon-144x144.png" |
134 | | - /> |
| 91 | + <meta name="msapplication-config" content="/favicons/browserconfig.xml" /> |
135 | 92 | <meta name="theme-color" content="#ffffff" /> |
136 | 93 | </head> |
137 | 94 | <body> |
|
0 commit comments