0
Whats the Code for use favicons?
Favicon = litte pic before the <title>
1 Answer
+ 1
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
Favicon = litte pic before the <title>