You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="manifest" href="<%= BASE_URL %>manifest.json">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="application-name" content="epd">
<meta name="apple-mobile-web-app-title" content="epd">
<meta name="theme-color" content="#f47d05">
<meta name="msapplication-navbutton-color" content="#f47d05">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="mobile-web-app-capable" content="yes">
<meta name="msapplication-starturl" content="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="icon" type="image/png" sizes="196x196" href="<%= BASE_URL %>pwa/favicon-196.png">
<link rel="apple-touch-icon" href="<%= BASE_URL %>pwa/apple-icon-180.png">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>