diff options
Diffstat (limited to 'html/src/template.html')
-rw-r--r-- | html/src/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/src/template.html b/html/src/template.html index ffe2ad3..e710c09 100644 --- a/html/src/template.html +++ b/html/src/template.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="apple-mobile-web-app-capable" content="yes"> <title><%= htmlWebpackPlugin.options.title %></title> <link inline rel="icon" type="image/png" href="favicon.png"> <% for (const css in htmlWebpackPlugin.files.css) { %> |