<!doctype html><htmllang="en-US"><head><metacharset="UTF-8"><title>Browsersync Server Includes Example</title><linkrel='stylesheet'href='css/main.css'></head><body>
@include("app/header.html")
<h1>Browsersync Server Includes Example</h1>
@include("app/footer.html")
</body></html>