|
2 | 2 | <html lang="en"> |
3 | 3 |
|
4 | 4 | <head> |
| 5 | + <title>WebDevsCom</title> |
5 | 6 | <meta charset="utf-8" /> |
6 | 7 | <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" type="image/x-icon" /> |
7 | 8 | <meta itemprop="image" content="%PUBLIC_URL%/favicon.ico"> |
8 | 9 | <meta property="og:image" content="%PUBLIC_URL%/favicon.ico" /> |
9 | | - <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png"> |
10 | | - <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png"> |
11 | | - <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png"> |
12 | | - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
13 | 10 | <meta name="theme-color" content="#000000" /> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
14 | 12 | <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> |
| 13 | + <link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" /> |
| 14 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
15 | 15 | <meta name="description" |
| 16 | + content="Website to help developers by providing them helpful resources and giving experience of open source contribution."> |
| 17 | + <meta name="keywords" |
| 18 | + content="Binu kumar, developer, projects, skills, apps, frontend, design, github, readme, youtube, interview, coder, programmers, website, full stack developer, frontend-design, resources, kbinu42" /> |
| 19 | + <meta name="author" content="Binu kumar"> |
| 20 | + <meta name=" email" content=" [email protected]" > |
| 21 | + <meta name="copyright" content="MIT" /> |
| 22 | + <meta property="og:type" content="website" /> |
| 23 | + <meta property="og:title" content="WebDevsCom" /> |
| 24 | + <meta property="og:description" |
16 | 25 | content="Website to help developers by providing them helpful resources and giving experience of open source contribution." /> |
17 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
18 | | - <title>WebDevsCom</title> |
| 26 | + <meta property="og:image" content="%PUBLIC_URL%/apple-touch-icon.png" /> |
| 27 | + <meta property="og:url" content="kbinu42.netlify.com" /> |
| 28 | + <meta property="og:site_name" content="WebDevsCom" /> |
| 29 | + |
| 30 | + <meta name="twitter:card" content="website"> |
| 31 | + <meta name="twitter:site" content="Binu kumar"> |
| 32 | + <meta name="twitter:title" content="WebDevsCom"> |
| 33 | + <meta name="twitter:description" |
| 34 | + content="Website to help developers by providing them helpful resources and giving experience of open source contribution."> |
| 35 | + <meta name="twitter:creator" content="@BinuKum59882786"> |
| 36 | + <meta name="twitter:image" content="%PUBLIC_URL%/apple-touch-icon.png"> |
| 37 | + |
| 38 | + <meta itemprop="name" content="Binu kumar"> |
| 39 | + <meta itemprop="description" |
| 40 | + content="Website to help developers by providing them helpful resources and giving experience of open source contribution."> |
| 41 | + <meta itemprop="image" content="%PUBLIC_URL%/apple-touch-icon.png"> |
| 42 | + <link href="https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap" rel="stylesheet"> |
19 | 43 | </head> |
20 | 44 |
|
21 | 45 | <body> |
|
0 commit comments