12 lines
254 B
HTML
12 lines
254 B
HTML
|
<!doctype html>
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Browsersync Server Example</title>
|
||
|
<link rel='stylesheet' href='css/main.less'>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Browsersync Middleware CSS injection Example</h1>
|
||
|
</body>
|
||
|
</html>
|