|
22 | 22 | property="og:description"
|
23 | 23 | content="CompSoc runs talks, hackathons and workshops for Durham University students throughout the year."
|
24 | 24 | />
|
25 |
| - <meta property="og:image" content="%PUBLIC_URL%/images/stock/a.jpg" /> |
| 25 | + <meta property="og:image" content="/images/stock/a.jpg" /> |
26 | 26 | <meta name="twitter:card" content="summary_large_image" />
|
27 | 27 |
|
28 |
| - <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 28 | + <link rel="shortcut icon" href="/favicon.ico" /> |
29 | 29 | <link
|
30 | 30 | rel="apple-touch-icon"
|
31 | 31 | sizes="180x180"
|
32 |
| - href="%PUBLIC_URL%/apple-touch-icon.png" |
| 32 | + href="/apple-touch-icon.png" |
33 | 33 | />
|
34 | 34 | <link
|
35 | 35 | rel="icon"
|
36 | 36 | type="image/png"
|
37 | 37 | sizes="32x32"
|
38 |
| - href="%PUBLIC_URL%/favicon-32x32.png" |
| 38 | + href="/favicon-32x32.png" |
39 | 39 | />
|
40 | 40 | <link
|
41 | 41 | rel="icon"
|
42 | 42 | type="image/png"
|
43 | 43 | sizes="16x16"
|
44 |
| - href="%PUBLIC_URL%/favicon-16x16.png" |
| 44 | + href="/favicon-16x16.png" |
45 | 45 | />
|
46 | 46 | <link
|
47 | 47 | rel="mask-icon"
|
48 |
| - href="%PUBLIC_URL%/safari-pinned-tab.svg" |
| 48 | + href="/safari-pinned-tab.svg" |
49 | 49 | color="#a0c0c7"
|
50 | 50 | />
|
51 | 51 |
|
|
56 | 56 | manifest.json provides metadata used when your web app is installed on a
|
57 | 57 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
58 | 58 | -->
|
59 |
| - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
60 |
| - |
61 |
| - <!-- |
62 |
| - Notice the use of %PUBLIC_URL% in the tags above. |
63 |
| - It will be replaced with the URL of the `public` folder during the build. |
64 |
| - Only files inside the `public` folder can be referenced from the HTML. |
65 |
| -
|
66 |
| - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
67 |
| - work correctly both with client-side routing and a non-root public URL. |
68 |
| - Learn how to configure a non-root public URL by running `npm run build`. |
69 |
| - --> |
| 59 | + <link rel="manifest" href="/manifest.json" /> |
70 | 60 | <title>Durham CompSoc</title>
|
71 | 61 | </head>
|
72 | 62 | <body>
|
73 | 63 | <noscript>You need to enable JavaScript to run this app.</noscript>
|
74 | 64 | <div id="root"></div>
|
75 |
| - <!-- |
76 |
| - This HTML file is a template. |
77 |
| - If you open it directly in the browser, you will see an empty page. |
78 |
| -
|
79 |
| - You can add webfonts, meta tags, or analytics to this file. |
80 |
| - The build step will place the bundled scripts into the <body> tag. |
81 |
| -
|
82 |
| - To begin the development, run `npm start` or `yarn start`. |
83 |
| - To create a production bundle, use `npm run build` or `yarn build`. |
84 |
| - --> |
| 65 | + |
| 66 | + <script type="module" src="/src/index.tsx"></script> |
85 | 67 | </body>
|
86 | 68 | </html>
|
0 commit comments