mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 14:05:27 +00:00
update
This commit is contained in:
4
node_modules/bs-recipes/recipes/server.middleware/app/css/main.css
generated
vendored
Normal file
4
node_modules/bs-recipes/recipes/server.middleware/app/css/main.css
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
body {
|
||||
background: white;
|
||||
color: pink;
|
||||
}
|
11
node_modules/bs-recipes/recipes/server.middleware/app/index.html
generated
vendored
Normal file
11
node_modules/bs-recipes/recipes/server.middleware/app/index.html
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<!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>
|
||||
<h1>Browsersync Server Example</h1>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user