Add web assets for Apple devices and set theme colors for Android devices (#51)

This commit is contained in:
Agneev Mukherjee
2020-09-12 13:11:50 +05:30
committed by GitHub
parent a399b2cdf8
commit c10aa5c116
2 changed files with 12 additions and 1 deletions

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -5,7 +5,18 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="referrer" content="same-origin">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta name="description" content="qBittorrent Web UI" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="qBt Web">
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Chrome, Opera, and Firefox OS -->
<meta name="theme-color" content="#4d8ad5" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#4d8ad5" />
<link rel="icon" type="image/x-icon" href="<%= BASE_URL %>favicon.ico">
<link rel="apple-touch-icon" href="<%= BASE_URL %>apple-touch-icon.png" />
<title>qBittorrent Web UI</title>
</head>
<body>