work.suroh.tk/node_modules/bs-recipes/recipes/server.includes/app/index.html

14 lines
317 B
HTML
Raw Normal View History

2019-12-02 12:22:45 +00:00
<!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>