Skip to content

Commit b79feaf

Browse files
committed
test: add to head page specific js and css
1 parent d5ea16f commit b79feaf

18 files changed

Lines changed: 138 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*.html]
4+
insert_final_newline = true
5+
6+
[*.hbs]
7+
insert_final_newline = true
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
4+
5+
<html>
6+
<head>
7+
<title>About</title>
8+
<link href="css/about.6551e7e5.css" rel="stylesheet">
9+
<script src="js/about.e55bdc4a.js"></script>
10+
11+
</head>
12+
<body>
13+
<h1>About Page</h1>
14+
15+
16+
<footer class='footer'>FOOTER</footer>
17+
</body>
18+
</html>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
color: forestgreen;
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
color: orange;
3+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
<html>
4+
<head>
5+
<title>Homepage</title>
6+
<link href="css/home.a2c8ba2d.css" rel="stylesheet">
7+
<script src="js/home.0132c52e.js"></script>
8+
9+
</head>
10+
<body>
11+
<h1>Home Page</h1>
12+
13+
14+
<footer class='footer'>FOOTER</footer>
15+
</body>
16+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log(">> about");
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log(">> home");
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
color: forestgreen;
3+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('>> about');
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>About Page</h1>

0 commit comments

Comments
 (0)