Created
April 23, 2020 17:59
-
-
Save blogcacanid/81bd6c137c831671611d9f5c89415f41 to your computer and use it in GitHub Desktop.
index.html iPortofolio 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> | |
| <title>iPortfolio Bootstrap Template</title> | |
| <meta charset="utf-8" /> | |
| <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> | |
| <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,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | |
| <!-- Vendor CSS Files --> | |
| <link href="%PUBLIC_URL%/assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/icofont/icofont.min.css" rel="stylesheet"> | |
| <link href="%PUBLIC_URL%/assets/vendor/boxicons/css/boxicons.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"> | |
| <link href="%PUBLIC_URL%/assets/vendor/aos/aos.css" rel="stylesheet"> | |
| <!-- Template Main CSS File --> | |
| <link href="%PUBLIC_URL%/assets/css/style.css" rel="stylesheet"> | |
| </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`. | |
| --> | |
| <!-- Vendor JS Files --> | |
| <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/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/typed.js/typed.min.js"></script> | |
| <script src="%PUBLIC_URL%/assets/vendor/aos/aos.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