11<!DOCTYPE html>
22< html lang ="en ">
3-
4- < head >
5- < meta charset ="utf-8 " />
6- < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
7- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8- < meta name ="theme-color " content ="#000000 " />
9- < meta name ="description " content ="Web site created using create-react-app " />
10- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css "
11- integrity ="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4 " crossorigin ="anonymous ">
12- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
13- <!--
14- manifest.json provides metadata used when your web app is installed on a
15- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16- -->
17- < link
18- href ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css "
19- rel ="stylesheet "
20- integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC "
21- crossorigin ="anonymous "
22- />
23- < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
24-
25- <!--
26- Notice the use of %PUBLIC_URL% in the tags above.
27- It will be replaced with the URL of the `public` folder during the build.
28- Only files inside the `public` folder can be referenced from the HTML.
29-
30- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
31- work correctly both with client-side routing and a non-root public URL.
32- Learn how to configure a non-root public URL by running `npm run build`.
33- -->
34- < title > Codex</ title >
35- </ head >
36-
37- < body >
38- < noscript > You need to enable JavaScript to run this app.</ noscript >
39- < div id ="root "> </ div >
40- <!--
41- This HTML file is a template.
42- If you open it directly in the browser, you will see an empty page.
43-
44- You can add webfonts, meta tags, or analytics to this file.
45- The build step will place the bundled scripts into the <body> tag.
46-
47- To begin the development, run `npm start` or `yarn start`.
48- To create a production bundle, use `npm run build` or `yarn build`.
49- -->
50- < script
51- src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js "
52- integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM "
53- crossorigin ="anonymous "
54- > </ script >
55- < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "
56- integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
57-
58- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js "
59- integrity ="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ " crossorigin ="anonymous "> </ script >
60-
61- < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js "
62- integrity ="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm " crossorigin ="anonymous "> </ script >
63- </ body >
64-
65-
66-
67- </ html >
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
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 create-react-app " />
9+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
10+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
11+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css " rel ="stylesheet "
12+ integrity ="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC " crossorigin ="anonymous ">
13+ < title > Codex</ title >
14+ </ head >
15+
16+ < body >
17+ < noscript > You need to enable JavaScript to run this app.</ noscript >
18+ < div id ="root "> </ div >
19+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js "
20+ integrity ="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM " crossorigin ="anonymous "> </ script >
21+ </ body >
22+ </ html >
0 commit comments