fix: remove black box on iOS PWA #180

This commit is contained in:
Daan Wijns 2021-03-25 08:05:32 +01:00
parent 712f10c7ef
commit f918ff5ee5

View file

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="Description" content="The sleekest looking WEBUI for qBittorrent made with Vuejs!">
<link rel="icon" href="./favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>