Commit 08b9890 1 parent 7a97dc5 commit 08b9890 Copy full SHA for 08b9890
File tree 4 files changed +37
-0
lines changed
4 files changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ < html >
2
+
3
+ < head >
4
+ < title > Example</ title >
5
+ < link rel ="stylesheet " href ="styles/style.css ">
6
+ </ head >
7
+
8
+ < body class ="page-style ">
9
+ < div >
10
+ < a href ="pages/second.html "> Link to your second page</ a >
11
+ < h2 > Create Your Static Website</ h2 >
12
+ < p > Here is the content of your site.</ p >
13
+ </ div >
14
+ </ body >
15
+
16
+ </ html >
Original file line number Diff line number Diff line change
1
+ < html >
2
+
3
+ < head >
4
+ < title > Second Page</ title >
5
+ < link rel ="stylesheet " href ="styles/style.css ">
6
+ </ head >
7
+
8
+ < body class ="page-style ">
9
+ < div >
10
+ < a href ="../index.html "> Link to your homepage</ a >
11
+ < h2 > Now you have two pages!</ h2 >
12
+ < p > Isn't that nice</ p >
13
+ </ div >
14
+ </ body >
15
+
16
+ </ html >
Original file line number Diff line number Diff line change
1
+ .page-style {
2
+ background-color : # f9fbfd ;
3
+ color : # 2F4F4F ;
4
+ }
5
+
You can’t perform that action at this time.
0 commit comments