| <html> | |
| <head> | |
| <title>The Minimal React Webpack Babel Setup</title> | |
| <meta | |
| name="viewport" | |
| content="width=device-width, initial-scale=1, shrink-to-fit=no" | |
| /> | |
| <link | |
| rel="stylesheet" | |
| href="https://fonts.googleapis.com/icon?family=Material+Icons" | |
| /> | |
| </head> | |
| <body> | |
| <div id="app"></div> | |
| <script src="./bundle.js"></script> | |
| </body> | |
| </html> | |