index.html 317 B

12345678910111213
  1. <!doctype html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Browsersync Server Includes Example</title>
  6. <link rel='stylesheet' href='css/main.css'>
  7. </head>
  8. <body>
  9. @include("app/header.html")
  10. <h1>Browsersync Server Includes Example</h1>
  11. @include("app/footer.html")
  12. </body>
  13. </html>