You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
326 B
17 lines
326 B
2 years ago
|
<!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>
|