| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="utf-8" /> |
| | <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| | <meta name="theme-color" content="#000000" /> |
| | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| |
|
| | <title>DEV Community π©βπ»π¨βπ»</title> |
| | <meta name="title" content="dev community" /> |
| | <meta name="description" content="A community of amazing developers π©βπ»π¨βπ»" /> |
| |
|
| | |
| | <meta property="og:type" content="website" /> |
| | <meta property="og:url" content="https://dev-community-clone.vercel.app/" /> |
| | <meta property="og:title" content="dev community" /> |
| | <meta |
| | property="og:description" |
| | content="A community of amazing developers π©βπ»π¨βπ»" |
| | /> |
| | <meta property="og:image" content="preview.png" /> |
| |
|
| | |
| | <meta property="twitter:card" content="summary_large_image" /> |
| | <meta |
| | property="twitter:url" |
| | content="https://dev-community-clone.vercel.app/" |
| | /> |
| | <meta property="twitter:title" content="dev community" /> |
| | <meta |
| | property="twitter:description" |
| | content="A community of amazing developers π©βπ»π¨βπ»" |
| | /> |
| | <meta property="twitter:image" content="preview.png" /> |
| | </head> |
| |
|
| | <body> |
| | <noscript>You need to enable JavaScript to run this app.</noscript> |
| | <div id="root"></div> |
| | </body> |
| | </html> |
| |
|