File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="utf-8 ">
55 < title > HTML Boilerplate</ title >
6- < link rel ="stylesheet " href ="style.css " / >
6+ < link rel ="stylesheet " href ="style.css ">
77</ head >
88< body >
99
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > My favorite emoji</ title >
66 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.css ">
7- < link rel ="stylesheet " href ="style.css " / >
7+ < link rel ="stylesheet " href ="style.css ">
88</ head >
99< body >
1010< nav >
Original file line number Diff line number Diff line change 55 < meta charset ="utf-8 ">
66 < title > Image gallery</ title >
77 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.css ">
8- < link rel ="stylesheet " href ="../style.css " / >
8+ < link rel ="stylesheet " href ="../style.css ">
99</ head >
1010
1111< body >
1616 < h1 > Image gallery</ h1 >
1717 < div class ="gallery rounded ">
1818 < 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 ">
2020 < img src ="sky_3.png " alt ="Sky with almost no clouds. " class ="rounded ">
2121 </ div >
2222</ body >
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Hello, World!</ title >
66 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.css ">
7- < link rel ="stylesheet " href ="style.css " / >
7+ < link rel ="stylesheet " href ="style.css ">
88</ head >
99< body >
1010 < nav >
You can’t perform that action at this time.
0 commit comments