Fixed favicon path.
This commit is contained in:
parent
938f00d5af
commit
224bfa19cd
|
@ -4,7 +4,7 @@
|
||||||
<title>Based</title>
|
<title>Based</title>
|
||||||
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="//favicon-96x96.png" sizes="96x96" />
|
<link rel="icon" type="image/png" href="./favicon-96x96.png" sizes="96x96" />
|
||||||
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
|
||||||
<link rel="shortcut icon" href="./favicon.ico" />
|
<link rel="shortcut icon" href="./favicon.ico" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png" />
|
||||||
|
|
Loading…
Reference in New Issue