parent
313ad9b7db
commit
bbf7acfd3d
|
|
@ -13,7 +13,10 @@
|
|||
<!-- favicon -->
|
||||
<link rel="icon" href="/favicon.ico" sizes="48x48" />
|
||||
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
|
||||
<!-- FireFox -->
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
|
||||
|
||||
<title>Follow</title>
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@
|
|||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000000" />
|
||||
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<!-- FireFox -->
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<title>Follow</title>
|
||||
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue