|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 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"> |
| 8 | + |
6 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 10 | <meta name="theme-color" content="#000000" /> |
8 | | - <meta |
9 | | - name="description" |
10 | | - content="Web site created using create-react-app" |
11 | | - /> |
12 | | - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 11 | + |
| 12 | + <!-- Primary Meta Tags --> |
| 13 | + <title>GitHub Profile — Search</title> |
| 14 | + <meta name="title" content="GitHub Profile — Search"> |
| 15 | + <meta name="description" content="A simple yet creative way to interact with your GitHub profile."> |
| 16 | + |
| 17 | + <!-- Open Graph / Facebook --> |
| 18 | + <meta property="og:type" content="website"> |
| 19 | + <meta property="og:url" content="https://metatags.io/"> |
| 20 | + <meta property="og:title" content="GitHub Profile — Search"> |
| 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"> |
| 23 | + |
| 24 | + <!-- Twitter --> |
| 25 | + <meta property="twitter:card" content="summary_large_image"> |
| 26 | + <meta property="twitter:url" content="https://metatags.io/"> |
| 27 | + <meta property="twitter:title" content="GitHub Profile — Search"> |
| 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"> |
| 30 | + |
13 | 31 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
14 | 32 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
15 | 33 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
16 | 34 | <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap" rel="stylesheet"> |
17 | | - <title>Github PRO | Search</title> |
18 | 35 | </head> |
19 | 36 | <body> |
20 | 37 | <div id="root"></div> |
|
0 commit comments