1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < meta charset ="utf-8 " />
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
- < meta name ="theme-color " content ="#000000 " />
7
- < meta
8
- name ="description "
9
- content ="Web site created using create-react-app "
10
- />
11
- <!--
3
+
4
+ < head >
5
+ < meta charset ="utf-8 " />
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
+ < meta name ="theme-color " content ="#000000 " />
8
+ < meta name ="description " content ="Web site created using vite " />
9
+ <!--
12
10
manifest.json provides metadata used when your web app is installed on a
13
11
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
14
12
-->
15
- < link rel ="manifest " href ="%PUBLIC_URL% /manifest.json " />
16
- <!--
13
+ < link rel ="manifest " href ="public /manifest.json " />
14
+ <!--
17
15
Notice the use of %PUBLIC_URL% in the tags above.
18
16
It will be replaced with the URL of the `public` folder during the build.
19
17
Only files inside the `public` folder can be referenced from the HTML.
22
20
work correctly both with client-side routing and a non-root public URL.
23
21
Learn how to configure a non-root public URL by running `npm run build`.
24
22
-->
25
- < title > ASX CGT Calculator/Optimiser</ title >
26
- </ head >
27
- < body >
28
- < noscript > You need to enable JavaScript to run this app.</ noscript >
29
- < div id ="root "> </ div >
30
- <!--
23
+ < title > ASX CGT Calculator/Optimiser</ title >
24
+
25
+ </ head >
26
+
27
+ < body >
28
+ < noscript > You need to enable JavaScript to run this app.</ noscript >
29
+ < div id ="root "> </ div >
30
+ < script type ="module " src ="/src/main.jsx "> </ script >
31
+ <!--
31
32
This HTML file is a template.
32
33
If you open it directly in the browser, you will see an empty page.
33
34
37
38
To begin the development, run `npm start` or `yarn start`.
38
39
To create a production bundle, use `npm run build` or `yarn build`.
39
40
-->
40
- </ body >
41
- </ html >
41
+ </ body >
42
+
43
+ </ html >
0 commit comments