uapte
This commit is contained in:
-4
@@ -1,4 +0,0 @@
|
||||
body {
|
||||
background: white;
|
||||
color: black;
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
<footer>
|
||||
<p class="copyright">Copyright</p>
|
||||
</footer>
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
<header>
|
||||
<h1>Some title!</h1>
|
||||
</header>
|
||||
-13
@@ -1,13 +0,0 @@
|
||||
<!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