Skip to content

Commit 8be0e2b

Browse files
authored
Merge pull request #11 from Dhroov7/add_favicon
Added favicon
2 parents eda2d8d + b772805 commit 8be0e2b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
1313
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/trouble-maker-frontend.css">
14-
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
14+
<link rel="icon" href="http://online.codingblocks.com/images/favicon-16x16-c34ee65b4d10f4a498f372ee6266b1d2.png" sizes="16x16">
15+
<link rel="icon" href="http://online.codingblocks.com/images/favicon-32x32-99b67c3225de8cfd4d55265e2d039d5c.png" sizes="32x32">
16+
<link rel="icon" href="http://online.codingblocks.com/images/favicon-96x96-564e16968542cb2e22e303a7b7371010.png" sizes="96x96">
1517
{{content-for "head-footer"}}
1618
</head>
1719
<body>

0 commit comments

Comments
 (0)