index.html 326 B

12345678910111213141516
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Browsersync Server Example</title>
  6. <link rel='stylesheet' href='css/main.css'>
  7. </head>
  8. <body>
  9. <header>
  10. <h1>Browsersync HTML injection Examples</h1>
  11. <p>Any changes you make to the HTML will be injected</p>
  12. </header>
  13. </body>
  14. </html>