File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
exercises/11-Font-Awesome-Icons Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width " />
6
6
< link rel ="stylesheet " type ="text/css " href ="./styles.css " />
7
- < script src ="https://kit.fontawesome.com/78d2a11ad0 .js " crossorigin ="anonymous "> </ script >
7
+ < script src ="https://kit.fontawesome.com/072e5df971 .js " crossorigin ="anonymous "> </ script >
8
8
< title > 11 Font Awesome</ title >
9
9
</ head >
10
10
< body >
11
11
< ul >
12
- < li > < i class ="fa fa-camera-retro "> </ i > Hello</ li >
12
+ < li > < i class ="fas fa-camera-retro "> </ i > Hello</ li >
13
13
</ ul >
14
14
</ body >
15
15
</ html >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 " />
5
5
< meta name ="viewport " content ="width=device-width " />
6
6
< link rel ="stylesheet " type ="text/css " href ="./styles.css " />
7
- < script src ="https://kit.fontawesome.com/78d2a11ad0 .js " crossorigin ="anonymous "> </ script >
7
+ < script src ="https://kit.fontawesome.com/072e5df971 .js " crossorigin ="anonymous "> </ script >
8
8
< title > 11 Font Awesome</ title >
9
9
</ head >
10
10
< body >
14
14
< li > < i class ="fa fa-heart "> Heart</ i > </ li >
15
15
</ ul >
16
16
</ body >
17
- </ html >
17
+ </ html >
You can’t perform that action at this time.
0 commit comments