]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - public/index.html
Make Homer more "web app" friendly
[github/bastienwirtz/homer.git] / public / index.html
CommitLineData
b9c5fcf0
BW
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
df66067c 6 <meta name="viewport" content="width=device-width,initial-scale=1.0, viewport-fit=cover">
b9c5fcf0 7 <meta name="robots" content="noindex">
df66067c
TM
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">
b9c5fcf0
BW
11 <link rel="icon" href="<%= BASE_URL %>favicon.png">
12 <title><%= htmlWebpackPlugin.options.title %></title>
13 </head>
14 <body>
15 <noscript>
16 <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
17 </noscript>
18 <div id="app"></div>
19 <!-- built files will be auto injected -->
20 </body>
21</html>