|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="icon" href="https://venus.io/favicon.ico" /> |
| 5 | + <link rel="icon" href="/favicon.ico" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 | <meta name="theme-color" content="#3A78FF" /> |
8 | 8 | <meta |
|
13 | 13 | rel="icon" |
14 | 14 | type="image/png" |
15 | 15 | sizes="192x192" |
16 | | - href="https://venus.io/android-chrome-192x192.png" |
| 16 | + href="/android-chrome-192x192.png" |
17 | 17 | /> |
18 | | - <link rel="icon" type="image/png" sizes="32x32" href="https://venus.io/favicon-32x32.png" /> |
19 | | - <link rel="icon" type="image/png" sizes="16x16" href="https://venus.io/favicon-16x16.png" /> |
| 18 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> |
| 19 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> |
20 | 20 |
|
21 | | - <meta name="msapplication-square70x70logo" content="https://venus.io/70x70.png" /> |
22 | | - <meta name="msapplication-square144x144logo" content="https://venus.io/144x144.png" /> |
23 | | - <meta name="msapplication-square150x150logo" content="https://venus.io/150x150.png" /> |
24 | | - <meta name="msapplication-square310x310logo" content="https://venus.io/310x310.png" /> |
25 | | - <meta name="msapplication-wide310x150logo" content="https://venus.io/310x150.png" /> |
26 | | - <meta name="msapplication-TileImage" content="https://venus.io/144x144.png" /> |
| 21 | + <meta name="msapplication-square70x70logo" content="/70x70.png" /> |
| 22 | + <meta name="msapplication-square144x144logo" content="/144x144.png" /> |
| 23 | + <meta name="msapplication-square150x150logo" content="/150x150.png" /> |
| 24 | + <meta name="msapplication-square310x310logo" content="/310x310.png" /> |
| 25 | + <meta name="msapplication-wide310x150logo" content="/310x150.png" /> |
| 26 | + <meta name="msapplication-TileImage" content="/144x144.png" /> |
27 | 27 | <meta name="msapplication-TileColor" content="#3A78FF" /> |
28 | 28 |
|
29 | | - <link rel="apple-touch-icon" type="image/png" href="https://venus.io/apple-touch-icon.png" /> |
30 | | - <link rel="apple-touch-icon" type="image/png" sizes="57x57" href="https://venus.io/57x57.png" /> |
31 | | - <link rel="apple-touch-icon" type="image/png" sizes="60x60" href="https://venus.io/60x60.png" /> |
32 | | - <link rel="apple-touch-icon" type="image/png" sizes="72x72" href="https://venus.io/72x72.png" /> |
33 | | - <link rel="apple-touch-icon" type="image/png" sizes="76x76" href="https://venus.io/76x76.png" /> |
34 | | - <link rel="apple-touch-icon" type="image/png" sizes="114x114" href="https://venus.io/114x114.png" /> |
35 | | - <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="https://venus.io/120x120.png" /> |
36 | | - <link rel="apple-touch-icon" type="image/png" sizes="144x144" href="https://venus.io/144x144.png" /> |
37 | | - <link rel="apple-touch-icon" type="image/png" sizes="152x152" href="https://venus.io/152x152.png" /> |
38 | | - <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="https://venus.io/180x180.png" /> |
| 29 | + <link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" /> |
| 30 | + <link rel="apple-touch-icon" type="image/png" sizes="57x57" href="/57x57.png" /> |
| 31 | + <link rel="apple-touch-icon" type="image/png" sizes="60x60" href="/60x60.png" /> |
| 32 | + <link rel="apple-touch-icon" type="image/png" sizes="72x72" href="/72x72.png" /> |
| 33 | + <link rel="apple-touch-icon" type="image/png" sizes="76x76" href="/76x76.png" /> |
| 34 | + <link rel="apple-touch-icon" type="image/png" sizes="114x114" href="/114x114.png" /> |
| 35 | + <link rel="apple-touch-icon" type="image/png" sizes="120x120" href="/120x120.png" /> |
| 36 | + <link rel="apple-touch-icon" type="image/png" sizes="144x144" href="/144x144.png" /> |
| 37 | + <link rel="apple-touch-icon" type="image/png" sizes="152x152" href="/152x152.png" /> |
| 38 | + <link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/180x180.png" /> |
39 | 39 | <!-- |
40 | 40 | manifest.json provides metadata used when your web app is installed on a |
41 | 41 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
42 | 42 | --> |
43 | | - <link rel="manifest" href="https://venus.io/manifest.json" /> |
| 43 | + <link rel="manifest" href="/manifest.json" /> |
44 | 44 | <!-- |
45 | | - Notice the use of https://venus.io in the tags above. |
| 45 | + Notice the use of in the tags above. |
46 | 46 | It will be replaced with the URL of the `public` folder during the build. |
47 | 47 | Only files inside the `public` folder can be referenced from the HTML. |
48 | 48 |
|
49 | | - Unlike "/favicon.ico" or "favicon.ico", "https://venus.io/favicon.ico" will |
| 49 | + Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will |
50 | 50 | work correctly both with client-side routing and a non-root public URL. |
51 | 51 | Learn how to configure a non-root public URL by running `npm run build`. |
52 | 52 | --> |
|
67 | 67 | content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain." |
68 | 68 | /> |
69 | 69 | <meta name="twitter:card" content="summary_large_image" /> |
70 | | - <meta name="twitter:image" content="https://venus.io/share.png" /> |
| 70 | + <meta name="twitter:image" content="/share.png" /> |
71 | 71 | <meta name="theme-color" content="#3A78FF" /> |
72 | 72 |
|
73 | 73 | <meta property="og:title" content="Venus Protocol" /> |
74 | 74 | <meta property="og:type" content="website" /> |
75 | 75 | <meta property="og:url" content="https://venus.io/" /> |
76 | | - <meta property="og:image" content="https://venus.io/share.png" /> |
| 76 | + <meta property="og:image" content="/share.png" /> |
77 | 77 | <meta |
78 | 78 | property="og:description" |
79 | 79 | content="Venus is a decentralized finance (DeFi) algorithmic money market protocol on BNB Chain." |
|
94 | 94 | To begin the development, run `npm start` or `yarn start`. |
95 | 95 | To create a production bundle, use `npm run build` or `yarn build`. |
96 | 96 | --> |
| 97 | + |
| 98 | + <script type="module" src="/src/index.tsx"></script> |
97 | 99 | </body> |
98 | 100 | </html> |
0 commit comments