|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="icon" href="%PUBLIC_URL%/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="#000000" /> |
8 | 8 | <meta name="description" content="Neurosynth-Compose App" /> |
9 | | - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 9 | + <link rel="apple-touch-icon" href="/logo192.png" /> |
10 | 10 | <!-- |
11 | 11 | manifest.json provides metadata used when your web app is installed on a |
12 | 12 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
13 | 13 | --> |
14 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 14 | + <link rel="manifest" href="/manifest.json" /> |
15 | 15 |
|
16 | 16 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
17 | 17 |
|
18 | 18 | <link rel="preload" as="image" href="/static/brain-analysis.png" type="image/png"> |
19 | 19 |
|
| 20 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/handsontable/dist/handsontable.full.min.css" /> |
| 21 | + |
20 | 22 | <link |
21 | 23 | rel="stylesheet" |
22 | 24 | media="print" |
|
46 | 48 | <script async src="https://w.appzi.io/w.js"></script> |
47 | 49 |
|
48 | 50 | <!-- End Appzi --> |
49 | | - |
50 | | - <!-- |
51 | | - Notice the use of %PUBLIC_URL% in the tags above. |
52 | | - It will be replaced with the URL of the `public` folder during the build. |
53 | | - Only files inside the `public` folder can be referenced from the HTML. |
54 | | -
|
55 | | - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
56 | | - work correctly both with client-side routing and a non-root public URL. |
57 | | - Learn how to configure a non-root public URL by running `npm run build`. |
58 | | - --> |
59 | 51 | <title>neurosynth compose</title> |
60 | 52 | </head> |
61 | 53 | <body> |
|
71 | 63 | To begin the development, run `npm start` or `yarn start`. |
72 | 64 | To create a production bundle, use `npm run build` or `yarn build`. |
73 | 65 | --> |
74 | | - <div id="portal" style="position: fixed; left: 0; top: 0; z-index: 9999;" /> |
| 66 | + <div id="portal" style="position: fixed; left: 0; top: 0; z-index: 9999;"></div> |
| 67 | + <script type="module" src="/src/index.tsx"></script> |
75 | 68 | </body> |
76 | 69 | </html> |
0 commit comments