uapte
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
body {
|
||||
background: white; }
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Browsersync, Gulp + SASS Example</title>
|
||||
<link rel='stylesheet' href='css/main.css'>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Browsersync, Gulp + SASS Example</h1>
|
||||
</body>
|
||||
</html>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: white;
|
||||
}
|
||||
Reference in New Issue
Block a user