44< head >
55 < link rel ="stylesheet " href ="https://esm.sh/higlass@1.13/dist/hglib.css " />
66 < meta charset ="utf-8 " />
7- < link rel ="icon " href ="%PUBLIC_URL% /favicon.ico " />
7+ < link rel ="icon " href ="/favicon.ico " />
88 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
99 < meta name ="theme-color " content ="#000000 " />
10- < meta name ="description " content ="Web site created using create-react-app " />
11- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
10+ < link rel ="apple-touch-icon " href ="/logo192.png " />
1211 <!--
1312 manifest.json provides metadata used when your web app is installed on a
1413 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1514 -->
16- < link rel ="manifest " href ="%PUBLIC_URL% /manifest.json " />
15+ < link rel ="manifest " href ="/manifest.json " />
1716 <!--
18- Notice the use of %PUBLIC_URL% in the tags above.
17+ Notice the use of in the tags above.
1918 It will be replaced with the URL of the `public` folder during the build.
2019 Only files inside the `public` folder can be referenced from the HTML.
2120
22- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL% /favicon.ico" will
21+ Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will
2322 work correctly both with client-side routing and a non-root public URL.
2423 Learn how to configure a non-root public URL by running `npm run build`.
2524 -->
3938 To begin the development, run `npm start` or `yarn start`.
4039 To create a production bundle, use `npm run build` or `yarn build`.
4140 -->
41+ < script type ="module " src ="/src/index.jsx "> </ script >
4242</ body >
4343
4444</ html >
0 commit comments