File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,22 @@ <h2>Join the Recode Hive Community</h2>
261
261
< div class ="gtranslate_wrapper "> </ div >
262
262
< script > window . gtranslateSettings = { "default_language" :"en" , "detect_browser_language" :true , "wrapper_selector" :".gtranslate_wrapper" } </ script >
263
263
< script src ="https://cdn.gtranslate.net/widgets/latest/float.js " defer > </ script >
264
+ < html lang ="en ">
265
+ < head >
266
+ < meta charset ="UTF-8 ">
267
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
268
+ < title > Heart Icon</ title >
269
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css ">
270
+ < style >
271
+ .heart-icon {
272
+ color : red;
273
+ }
274
+ </ style >
275
+ </ head >
276
+ < body >
277
+ < i class ="fa fa-heart heart-icon "> </ i >
278
+ </ body >
279
+ </ html >
264
280
265
281
</ body >
266
282
</ html >
You can’t perform that action at this time.
0 commit comments