aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTim Millwood <tim@millwoodonline.co.uk>2020-06-08 10:07:17 +0100
committerGitHub <noreply@github.com>2020-06-08 10:07:17 +0100
commitdf66067c5ed33c9288fede4aa48297cd85e34bc3 (patch)
tree9a59fdc09e2e518b2309b4bdbe6d4aaacd3c9024
parent897f67f0b62884a3dd6b01fbdbba9509e4ed2936 (diff)
downloadhomer-df66067c5ed33c9288fede4aa48297cd85e34bc3.tar.gz
homer-df66067c5ed33c9288fede4aa48297cd85e34bc3.tar.zst
homer-df66067c5ed33c9288fede4aa48297cd85e34bc3.zip
Make Homer more "web app" friendly
-rw-r--r--public/index.html5
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>