Template Upload
This commit is contained in:
13
node_modules/bs-recipes/recipes/server.includes/app/index.html
generated
vendored
Normal file
13
node_modules/bs-recipes/recipes/server.includes/app/index.html
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<!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>
|
Reference in New Issue
Block a user