Created
April 25, 2020 13:18
-
-
Save blogcacanid/0408c06e6e9e44ac97e79882dc6c2ac5 to your computer and use it in GitHub Desktop.
index.html BizPage React JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <meta name="theme-color" content="#000000" /> | |
| <meta name="description" content="Web site created using create-react-app" /> | |
| <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | |
| <!-- Favicons --> | |
| <link href="%PUBLIC_URL%/assets/img/favicon.png" rel="icon"> | |
| <link href="%PUBLIC_URL%/assets/img/apple-touch-icon.png" rel="apple-touch-icon"> | |
| <!-- Google Fonts --> | |
| <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet"> | |
| <!-- Vendor CSS Files --> | |
| <link href="%PUBLIC_URL%/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/animate.css/animate.min.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/venobox/venobox.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet"> | |
| <!-- Template Main CSS File --> | |
| <link href="%PUBLIC_URL%/assets/css/style.css" rel="stylesheet"> | |
| <title>BizPage Bootstrap Template | React App</title> | |
| </head> | |
| <body> | |
| <noscript>You need to enable JavaScript to run this app.</noscript> | |
| <div id="root"></div> | |
| <!-- | |
| This HTML file is a template. | |
| If you open it directly in the browser, you will see an empty page. | |
| You can add webfonts, meta tags, or analytics to this file. | |
| The build step will place the bundled scripts into the <body> tag. | |
| To begin the development, run `npm start` or `yarn start`. | |
| To create a production bundle, use `npm run build` or `yarn build`. | |
| --> | |
| <script src="%PUBLIC_URL%/assets/vendor/jquery/jquery.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/jquery.easing/jquery.easing.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/php-email-form/validate.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/wow/wow.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/waypoints/jquery.waypoints.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/counterup/counterup.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/venobox/venobox.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/owl.carousel/owl.carousel.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/superfish/superfish.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/hoverIntent/hoverIntent.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/jquery-touchswipe/jquery.touchSwipe.min.js"></script> | |
| <!-- Template Main JS File --> | |
| <script src="%PUBLIC_URL%/assets/js/main.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment