|
6 | 6 | <title>{{ title }}</title>
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
8 | 8 |
|
9 |
| - <link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png"> |
10 |
| - <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon/favicon-32x32.png"> |
11 |
| - <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon/favicon-16x16.png"> |
12 |
| - <link rel="manifest" href="/images/favicon/site.webmanifest"> |
13 |
| - <link rel="mask-icon" href="/images/favicon/safari-pinned-tab.svg" color="#5bbad5"> |
14 |
| - <link rel="shortcut icon" href="/images/favicon/favicon.ico"> |
15 |
| - <meta name="msapplication-TileColor" content="#da532c"> |
16 |
| - <meta name="msapplication-config" content="/images/favicon/browserconfig.xml"> |
17 |
| - <meta name="theme-color" content="#ffffff"> |
| 9 | + <link rel="icon" type="image/png" href="/images/favicon/favicon-96x96.png" sizes="96x96" /> |
| 10 | + <link rel="icon" type="image/svg+xml" href="/images/favicon/favicon.svg" /> |
| 11 | + <link rel="shortcut icon" href="/images/favicon/favicon.ico" /> |
| 12 | + <link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png" /> |
| 13 | + <meta name="apple-mobile-web-app-title" content="Flutter Test Goldens" /> |
| 14 | + <link rel="manifest" href="/images/favicon/site.webmanifest" /> |
| 15 | + |
| 16 | + <!-- Open Graph Social Media --> |
| 17 | + <meta property="og:url" content="https://fluttergoldens.com" /> |
| 18 | + <meta property="og:title" content="Flutter Test Goldens" /> |
| 19 | + <meta property="og:description" content="The best package for writing golden tests." /> |
| 20 | + <meta property="og:image" content="https://fluttergoldens.com/images/branding/social.png" /> |
| 21 | + <meta property="og:type" content="website" /> |
| 22 | + |
| 23 | + <!-- Twitter --> |
| 24 | + <meta name="twitter:card" content="summary_large_image" /> |
| 25 | + <meta name="twitter:site" content="@SuprDeclarative" /> |
| 26 | + <meta name="twitter:url" content="https://fluttergoldens.com" /> |
| 27 | + <meta name="twitter:title" content="Flutter Test Goldens" /> |
| 28 | + <meta name="twitter:description" content="The best package for writing golden tests." /> |
| 29 | + <meta name="twitter:image" content="https://fluttershaders.com/images/branding/social.png" /> |
18 | 30 |
|
19 | 31 | < link href= "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel= "stylesheet" integrity= "sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin= "anonymous">
|
20 | 32 | < script src= "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity= "sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin= "anonymous"></ script>
|
|
0 commit comments