biofriction-wp-theme/node_modules/bs-recipes/recipes/html.injection/app/index.html

17 lines
326 B
HTML

<!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>