2019-08-26 16:15:41 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title><%= htmlWebpackPlugin.options.productName %></title>
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="description" content="<%= htmlWebpackPlugin.options.productDescription %>">
|
|
|
|
<meta name="format-detection" content="telephone=no">
|
|
|
|
<meta name="msapplication-tap-highlight" content="no">
|
2019-11-27 14:06:06 +00:00
|
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (htmlWebpackPlugin.options.ctx.mode.cordova || htmlWebpackPlugin.options.ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
|
2019-08-26 16:15:41 +00:00
|
|
|
|
|
|
|
<link rel="icon" type="image/png" href="statics/app-logo-128x128.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="statics/icons/favicon-16x16.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="statics/icons/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="statics/icons/favicon-96x96.png">
|
|
|
|
<link rel="icon" type="image/ico" href="statics/icons/favicon.ico">
|
2020-07-02 12:06:03 +00:00
|
|
|
<link rel="apple-touch-icon" href="statics/icons/apple-icon-152x152.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="statics/icons/apple-icon-152x152.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="167x167" href="statics/icons/apple-icon-167x167.png">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="statics/icons/apple-icon-180x180.png">
|
2019-08-26 16:15:41 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- DO NOT touch the following DIV -->
|
|
|
|
<div id="q-app"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|