blog menu page & blog article page
This commit is contained in:
21
node_modules/gulp-rev-all/test/fixtures/config1/nested/index.html
generated
vendored
Normal file
21
node_modules/gulp-rev-all/test/fixtures/config1/nested/index.html
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html lang="en" data-framework="angularjs">
|
||||
|
||||
<head>
|
||||
<title>gulp-rev-all nested</title>
|
||||
<link rel="stylesheet" href="../css/style.css"/>
|
||||
</head>
|
||||
|
||||
<body class="ng-cloak" ng-controller="Principle">
|
||||
<ng-include src="'view/main.html'"></ng-include>
|
||||
<script src="config.js"></script>
|
||||
|
||||
<img src="img/image1.jpg" />
|
||||
<img src='/img/image1.jpg' />
|
||||
|
||||
<a href ='index.html'>Self</a>
|
||||
<a href ='/index.html'>Parent</a>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user