1- <!doctype html> < html lang ="en "> < head > < meta charset ="utf-16 "/> < link rel ="icon " href ="./favicon.ico "/> < link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons "/> < meta name ="viewport " content ="width=device-width,initial-scale=1 "/> < meta name ="theme-color " content ="#000000 "/> < meta name ="description " content ="Decentralized IDO launchpad platform "/> < link rel ="apple-touch-icon " href ="./logo192.png "/> < link rel ="manifest " href ="./manifest.json "/> < script src ="https://unpkg.com/react/umd/react.production.min.js " integrity ="sha256-S0lp+k7zWUMk2ixteM6HZvu8L9Eh//OVrt+ZfbCpmgY= " crossorigin ="anonymous "> </ script > < script src ="https://unpkg.com/react-dom/umd/react-dom.production.min.js " integrity ="sha256-IXWO0ITNDjfnNXIu5POVfqlgYoop36bDzhodR6LW5Pc= " crossorigin ="anonymous "> </ script > < script src ="https://unpkg.com/react-bootstrap@next/dist/react-bootstrap.min.js " integrity ="sha256-FQUj4FWIUqeZquRw7hj9th+JzyYO5tqO/YaHYhFWrjM= " crossorigin ="anonymous "> </ script > < title > IDOFactory</ title > < script defer ="defer " src ="./static/js/main.js "> </ script > < link href ="./static/css/main.css " rel ="stylesheet "> </ head > < body > < noscript > You need to enable JavaScript to run this app.</ noscript > < div id ="root "> </ div > </ body > </ html >
1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-16 " />
5+ < link rel ="icon " href ="%PUBLIC_URL%/favicon.ico " />
6+ < link
7+ rel ="stylesheet "
8+ href ="https://fonts.googleapis.com/icon?family=Material+Icons "
9+ />
10+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
11+ < meta name ="theme-color " content ="#000000 " />
12+ < meta
13+ name ="description "
14+ content ="Decentralized IDO launchpad platform "
15+ />
16+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192.png " />
17+ <!--
18+ manifest.json provides metadata used when your web app is installed on a
19+ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
20+ -->
21+ < link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
22+ <!--
23+ Notice the use of %PUBLIC_URL% in the tags above.
24+ It will be replaced with the URL of the `public` folder during the build.
25+ Only files inside the `public` folder can be referenced from the HTML.
26+
27+ Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
28+ work correctly both with client-side routing and a non-root public URL.
29+ Learn how to configure a non-root public URL by running `npm run build`.
30+ -->
31+ < script src ="%PUBLIC_URL%/vendor/react.production.min.js "> </ script >
32+ < script src ="%PUBLIC_URL%/vendor/react-dom.production.min.js "> </ script >
33+ < script src ="%PUBLIC_URL%/vendor/react-bootstrap.min.js "> </ script >
34+
35+ < title > IDOFactory</ title >
36+ </ head >
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+ </ body >
51+ </ html >
0 commit comments