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.
14 lines
317 B
14 lines
317 B
2 years ago
|
<!doctype html>
|
||
|
<html lang="en-US">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Browsersync Server Includes Example</title>
|
||
|
<link rel='stylesheet' href='css/main.css'>
|
||
|
</head>
|
||
|
<body>
|
||
|
@include("app/header.html")
|
||
|
<h1>Browsersync Server Includes Example</h1>
|
||
|
@include("app/footer.html")
|
||
|
</body>
|
||
|
</html>
|