FAVICON HTML
<link rel="icon" href="yourIcon.png" type="image/png">
Nick
<link rel="icon" href="yourIcon.png" type="image/png">
<link rel="shortcut icon" href="{{ asset('favicon.ico') }}">
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">
<link rel="icon" type="image/png" href="logo.png" />
<link rel="shortcut icon" type="image/jpg" href="https://cdn0.iconfinder.com/data/icons/canada-flaticon/64/POUTINE-french_fries-traditional-canada-cheese-512.png"/>
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="http://example.com/myicon.png">
[…]
</head>
[…]
<link rel="shortcut icon" href="favicon.ico">