index.html 254 B

1234567891011
  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.less'>
  7. </head>
  8. <body>
  9. <h1>Browsersync Middleware CSS injection Example</h1>
  10. </body>
  11. </html>