File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > HTML Boilerplate</ title >
6
- < link rel ="stylesheet " href ="style.css " / >
6
+ < link rel ="stylesheet " href ="style.css ">
7
7
</ head >
8
8
< body >
9
9
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > My favorite emoji</ title >
6
6
< link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.css ">
7
- < link rel ="stylesheet " href ="style.css " / >
7
+ < link rel ="stylesheet " href ="style.css ">
8
8
</ head >
9
9
< body >
10
10
< nav >
Original file line number Diff line number Diff line change 5
5
< meta charset ="utf-8 ">
6
6
< title > Image gallery</ title >
7
7
< link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.css ">
8
- < link rel ="stylesheet " href ="../style.css " / >
8
+ < link rel ="stylesheet " href ="../style.css ">
9
9
</ head >
10
10
11
11
< body >
16
16
< h1 > Image gallery</ h1 >
17
17
< div class ="gallery rounded ">
18
18
< img src ="sky_1.png " alt ="Cloudy sky. " class ="rounded ">
19
- < img src ="sky_2.png " alt ="Sky with sun shining through clouds . " class ="rounded ">
19
+ < img src ="sky_2.png " alt ="Sun shining through a cloudy sky . " class ="rounded ">
20
20
< img src ="sky_3.png " alt ="Sky with almost no clouds. " class ="rounded ">
21
21
</ div >
22
22
</ body >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > Hello, World!</ title >
6
6
< link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.css ">
7
- < link rel ="stylesheet " href ="style.css " / >
7
+ < link rel ="stylesheet " href ="style.css ">
8
8
</ head >
9
9
< body >
10
10
< nav >
You can’t perform that action at this time.
0 commit comments