|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 |
| - <head> |
4 |
| - <meta charset="utf-8" /> |
5 |
| - <link rel="icon" href="%PUBLIC_URL%/favicon.png" /> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 |
| - <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%/logo.png" /> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"/> |
| 5 | + <link rel="icon" href="%PUBLIC_URL%/favicon.png"/> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 7 | + <meta name="theme-color" content="#000000"/> |
| 8 | + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png"/> |
13 | 9 | <!--
|
14 | 10 | manifest.json provides metadata used when your web app is installed on a
|
15 | 11 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
16 | 12 | -->
|
17 |
| - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 13 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json"/> |
18 | 14 | <!--
|
19 | 15 | Notice the use of %PUBLIC_URL% in the tags above.
|
20 | 16 | It will be replaced with the URL of the `public` folder during the build.
|
|
25 | 21 | Learn how to configure a non-root public URL by running `npm run build`.
|
26 | 22 | -->
|
27 | 23 | <title>Niwder.io</title>
|
28 |
| - </head> |
29 |
| - <body> |
30 |
| - <noscript>You need to enable JavaScript to run this app.</noscript> |
31 |
| - <div id="root"></div> |
32 |
| - <!-- |
33 |
| - This HTML file is a template. |
34 |
| - If you open it directly in the browser, you will see an empty page. |
35 | 24 |
|
36 |
| - You can add webfonts, meta tags, or analytics to this file. |
37 |
| - The build step will place the bundled scripts into the <body> tag. |
| 25 | + <script type="application/ld+json"> |
| 26 | + { |
| 27 | + "@context": "https://schema.org/", |
| 28 | + "@type": "Person", |
| 29 | + "name": "Nipuna Weerasekara", |
| 30 | + "url": "https://niweera.gq", |
| 31 | + "image": "https://niweera.gq/assets/img/prof_pic.jpg", |
| 32 | + "sameAs": [ |
| 33 | + "https://facebook.com/Niweera", |
| 34 | + "https://twitter.com/Niweera", |
| 35 | + "https://instagram.com/niweera", |
| 36 | + "https://www.linkedin.com/in/Niweera", |
| 37 | + "https://github.com/Niweera", |
| 38 | + "https://scholar.google.com/citations?user=O8A5FNwAAAAJ&hl=en", |
| 39 | + "https://medium.com/@niweera", |
| 40 | + "https://blog.niweera.gq" |
| 41 | + ], |
| 42 | + "jobTitle": "Researcher", |
| 43 | + "worksFor": { |
| 44 | + "@type": "Organization", |
| 45 | + "name": "SCoRe Lab (https://scorelab.org)" |
| 46 | + } |
| 47 | + } |
| 48 | + </script> |
38 | 49 |
|
39 |
| - To begin the development, run `npm start` or `yarn start`. |
40 |
| - To create a production bundle, use `npm run build` or `yarn build`. |
41 |
| - --> |
42 |
| - </body> |
| 50 | + <meta name="description" |
| 51 | + content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links." |
| 52 | + /> |
| 53 | + |
| 54 | + <!-- Open Graph --> |
| 55 | + <meta property="og:site_name" content="Niwder.io"/> |
| 56 | + <meta property="og:type" content="object"/> |
| 57 | + <meta property="og:title" content="Niwder.io"/> |
| 58 | + <meta property="og:url" content="https://niwder.niweera.gq"/> |
| 59 | + <meta property="og:description" |
| 60 | + content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links."/> |
| 61 | + <meta property="og:image" content="https://niwder.niweera.gq/cover.png"/> |
| 62 | + |
| 63 | + <!-- Twitter --> |
| 64 | + <meta name="twitter:card" content="summary_large_image"> |
| 65 | + <meta name="twitter:site" content="@Niweera"> |
| 66 | + <meta name="twitter:creator" content="@Niweera"> |
| 67 | + <meta name="twitter:title" content="Niwder.io"> |
| 68 | + <meta name="twitter:description" |
| 69 | + content="Niwder: Download, upload, and go wild with Mega, Google Drive and direct download links."> |
| 70 | + <meta name="twitter:image" content="https://niwder.niweera.gq/cover.png"> |
| 71 | +</head> |
| 72 | +<body> |
| 73 | +<noscript>No JavaScript No Niwder 😢</noscript> |
| 74 | +<div id="root"></div> |
| 75 | +<!-- |
| 76 | + This HTML file is a template. |
| 77 | + If you open it directly in the browser, you will see an empty page. |
| 78 | +
|
| 79 | + You can add webfonts, meta tags, or analytics to this file. |
| 80 | + The build step will place the bundled scripts into the <body> tag. |
| 81 | +
|
| 82 | + To begin the development, run `npm start` or `yarn start`. |
| 83 | + To create a production bundle, use `npm run build` or `yarn build`. |
| 84 | +--> |
| 85 | +</body> |
43 | 86 | </html>
|
0 commit comments