|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png"> |
6 | | - <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png"> |
7 | | - <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png"> |
| 5 | + <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/images/favicon/apple-touch-icon.png"> |
| 6 | + <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/images/favicon/favicon-32x32.png"> |
| 7 | + <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/images/favicon/favicon-16x16.png"> |
8 | 8 |
|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
10 | 10 | <meta name="theme-color" content="#000000" /> |
11 | | - |
| 11 | + |
12 | 12 | <!-- Primary Meta Tags --> |
13 | 13 | <title>GitHub Profile — Search</title> |
14 | 14 | <meta name="title" content="GitHub Profile — Search"> |
15 | 15 | <meta name="description" content="A simple yet creative way to interact with your GitHub profile."> |
16 | 16 |
|
17 | 17 | <!-- Open Graph / Facebook --> |
18 | 18 | <meta property="og:type" content="website"> |
19 | | - <meta property="og:url" content="https://metatags.io/"> |
| 19 | + <meta property="og:url" content="https://github-plus.netlify.app/"> |
20 | 20 | <meta property="og:title" content="GitHub Profile — Search"> |
21 | 21 | <meta property="og:description" content="A simple yet creative way to interact with your GitHub profile."> |
22 | | - <meta property="og:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png"> |
| 22 | + <meta property="og:image" content="%PUBLIC_URL%/images/meta_img.png"> |
23 | 23 |
|
24 | 24 | <!-- Twitter --> |
25 | 25 | <meta property="twitter:card" content="summary_large_image"> |
26 | | - <meta property="twitter:url" content="https://metatags.io/"> |
| 26 | + <meta property="twitter:url" content="https://github-plus.netlify.app/"> |
27 | 27 | <meta property="twitter:title" content="GitHub Profile — Search"> |
28 | 28 | <meta property="twitter:description" content="A simple yet creative way to interact with your GitHub profile."> |
29 | | - <meta property="twitter:image" content="https://metatags.io/assets/meta-tags-16a33a6a8531e519cc0936fbba0ad904e52d35f34a46c97a2c9f6f7dd7d336f2.png"> |
| 29 | + <meta property="twitter:image" content="%PUBLIC_URL%/images/meta_img.png"> |
30 | 30 |
|
31 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 31 | + <link rel="manifest" href="%PUBLIC_URL%/images/favicon/manifest.json" /> |
32 | 32 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
33 | 33 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
34 | 34 | <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap" rel="stylesheet"> |
|
0 commit comments