diff options
-rw-r--r-- | public/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index f718159..cedeea7 100644 --- a/public/index.html +++ b/public/index.html | |||
@@ -3,8 +3,11 @@ | |||
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover"> |
7 | <meta name="robots" content="noindex"> | 7 | <meta name="robots" content="noindex"> |
8 | <meta name="apple-mobile-web-app-capable" content="yes"> | ||
9 | <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>"> | ||
10 | <meta name="apple-mobile-web-app-status-bar-style" content="black"> | ||
8 | <link rel="icon" href="<%= BASE_URL %>favicon.png"> | 11 | <link rel="icon" href="<%= BASE_URL %>favicon.png"> |
9 | <title><%= htmlWebpackPlugin.options.title %></title> | 12 | <title><%= htmlWebpackPlugin.options.title %></title> |
10 | </head> | 13 | </head> |