|
2 | 2 | <html lang="en">
|
3 | 3 |
|
4 | 4 | <head>
|
5 |
| - <meta charset="utf-8" /> |
6 |
| - <link rel="icon" href="%PUBLIC_URL%/favicon.png" /> |
7 |
| - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
8 |
| - <meta name="theme-color" content="#000000" /> |
9 |
| - <meta name="description" |
10 |
| - content="Topcoder is home to the world’s largest community of designers, developers, and data scientists. Allowing you the freedom to start and execute faster." /> |
11 |
| - <link rel="preconnect" href="https://fonts.googleapis.com" /> |
12 |
| - <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
13 |
| - <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Barlow+Condensed:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" /> |
14 |
| - <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Barlow+Condensed:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" /> |
15 |
| - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo_512x512.png" /> |
16 |
| - <link rel="stylesheet" href="%PUBLIC_URL%/global.css"> |
17 |
| - <!-- |
| 5 | + <meta charset="utf-8" /> |
| 6 | + <link rel="icon" href="%PUBLIC_URL%/favicon.png" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 8 | + <meta name="theme-color" content="#000000" /> |
| 9 | + <meta name="description" |
| 10 | + content="Topcoder is home to the world’s largest community of designers, developers, and data scientists. Allowing you the freedom to start and execute faster." /> |
| 11 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 12 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 13 | + <link rel="preload" as="style" |
| 14 | + href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Barlow+Condensed:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" /> |
| 15 | + <link rel="stylesheet" |
| 16 | + href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Barlow+Condensed:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" /> |
| 17 | + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo_512x512.png" /> |
| 18 | + <link rel="stylesheet" href="%PUBLIC_URL%/global.css"> |
| 19 | + <!-- |
18 | 20 | manifest.json provides metadata used when your web app is installed on a
|
19 | 21 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
20 | 22 | -->
|
21 |
| - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
22 |
| - <!-- |
| 23 | + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 24 | + <!-- |
23 | 25 | Notice the use of %PUBLIC_URL% in the tags above.
|
24 | 26 | It will be replaced with the URL of the `public` folder during the build.
|
25 | 27 | Only files inside the `public` folder can be referenced from the HTML.
|
|
28 | 30 | work correctly both with client-side routing and a non-root public URL.
|
29 | 31 | Learn how to configure a non-root public URL by running `npm run build`.
|
30 | 32 | -->
|
31 |
| - <title>Topcoder Top Technology Talent On-Demand</title> |
| 33 | + <title>Topcoder Top Technology Talent On-Demand</title> |
32 | 34 | </head>
|
33 | 35 |
|
34 | 36 | <body>
|
35 |
| - <noscript>You need to enable JavaScript to run this app.</noscript> |
36 |
| - <div id="root" data-id="root"></div> |
37 |
| - <!-- |
| 37 | + <noscript>You need to enable JavaScript to run this app.</noscript> |
| 38 | + <div id="root" data-id="root"></div> |
| 39 | + <!-- |
38 | 40 | This HTML file is a template.
|
39 | 41 | If you open it directly in the browser, you will see an empty page.
|
40 | 42 |
|
|
0 commit comments