|
19 | 19 | <meta property="og:description" content="ImJoy -- Deep Learning Made Easy!" />
|
20 | 20 | <meta property="og:image" content="https://imjoy.io/static/img/imjoy-card-plain.png" />
|
21 | 21 | <meta name="format-detection" content="telephone=no">
|
22 |
| - <link rel="apple-touch-icon" sizes="57x57" href="static/icons/apple-icon-57x57.png"> |
23 |
| - <link rel="apple-touch-icon" sizes="60x60" href="static/icons/apple-icon-60x60.png"> |
24 |
| - <link rel="apple-touch-icon" sizes="72x72" href="static/icons/apple-icon-72x72.png"> |
25 |
| - <link rel="apple-touch-icon" sizes="76x76" href="static/icons/apple-icon-76x76.png"> |
26 |
| - <link rel="apple-touch-icon" sizes="114x114" href="static/icons/apple-icon-114x114.png"> |
27 |
| - <link rel="apple-touch-icon" sizes="120x120" href="static/icons/apple-icon-120x120.png"> |
28 |
| - <link rel="apple-touch-icon" sizes="144x144" href="static/icons/apple-icon-144x144.png"> |
29 |
| - <link rel="apple-touch-icon" sizes="152x152" href="static/icons/apple-icon-152x152.png"> |
30 |
| - <link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-icon-180x180.png"> |
31 |
| - <link rel="icon" type="image/png" sizes="192x192" href="static/icons/android-icon-192x192.png"> |
32 |
| - <link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png"> |
33 |
| - <link rel="icon" type="image/png" sizes="96x96" href="static/icons/favicon-96x96.png"> |
34 |
| - <link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png"> |
35 |
| - <link rel="shortcut icon" href="static/icons/favicon.ico" type="image/x-icon" /> |
36 |
| - <link rel="icon" href="static/icons/favicon.ico" type="image/x-icon" /> |
| 22 | + <link rel="apple-touch-icon" sizes="57x57" href="/static/icons/apple-icon-57x57.png"> |
| 23 | + <link rel="apple-touch-icon" sizes="60x60" href="/static/icons/apple-icon-60x60.png"> |
| 24 | + <link rel="apple-touch-icon" sizes="72x72" href="/static/icons/apple-icon-72x72.png"> |
| 25 | + <link rel="apple-touch-icon" sizes="76x76" href="/static/icons/apple-icon-76x76.png"> |
| 26 | + <link rel="apple-touch-icon" sizes="114x114" href="/static/icons/apple-icon-114x114.png"> |
| 27 | + <link rel="apple-touch-icon" sizes="120x120" href="/static/icons/apple-icon-120x120.png"> |
| 28 | + <link rel="apple-touch-icon" sizes="144x144" href="/static/icons/apple-icon-144x144.png"> |
| 29 | + <link rel="apple-touch-icon" sizes="152x152" href="/static/icons/apple-icon-152x152.png"> |
| 30 | + <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-icon-180x180.png"> |
| 31 | + <link rel="icon" type="image/png" sizes="192x192" href="/static/icons/android-icon-192x192.png"> |
| 32 | + <link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32x32.png"> |
| 33 | + <link rel="icon" type="image/png" sizes="96x96" href="/static/icons/favicon-96x96.png"> |
| 34 | + <link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png"> |
| 35 | + <link rel="shortcut icon" href="/static/icons/favicon.ico" type="image/x-icon" /> |
| 36 | + <link rel="icon" href="/static/icons/favicon.ico" type="image/x-icon" /> |
37 | 37 | <link rel="apple-touch-startup-image" href="/launch.png">
|
38 |
| - <link rel="manifest" href="manifest.json"> |
| 38 | + <link rel="manifest" href="/manifest.json"> |
39 | 39 | <meta name="msapplication-TileColor" content="#ffffff">
|
40 | 40 | <meta name="msapplication-TileImage" content="static/icons/ms-icon-144x144.png">
|
41 | 41 | <meta name="theme-color" content="#ffffff">
|
|
0 commit comments