Add meta tags “theme-color” (#711)
This commit is contained in:
parent
fc3728ad4e
commit
39eb8579eb
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
<link rel="icon" type="image/png" sizes="128x128" href="yacd-128.png" />
|
||||
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="yacd">
|
||||
<meta name="theme-color" content="#eeeeee" media="(prefers-color-scheme: light)" />
|
||||
<meta name="theme-color" content="#202020" media="(prefers-color-scheme: dark)" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="application-name" content="yacd" />
|
||||
|
|
Loading…
Reference in a new issue