index.html 320 B

123456789101112131415
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Browsersync Browserify Example</title>
  6. <link rel='stylesheet' href='css/main.css'>
  7. </head>
  8. <body>
  9. <h1>Browsersync Browserify Example</h1>
  10. <div id="example"></div>
  11. <script src="js/dist/bundle.js"></script>
  12. </body>
  13. </html>