- <!doctype html>
- <html lang="en-US">
- <head>
- <meta charset="UTF-8">
- <title>Browsersync Server Example</title>
- <link rel='stylesheet' href='css/main.css'>
- </head>
- <body>
- <header>
- <h1>Browsersync HTML injection Examples</h1>
- <p>Any changes you make to the HTML will be injected</p>
- </header>
- </body>
- </html>
|