2018-05-18 11:28:29 +02:00
|
|
|
<!DOCTYPE html>
|
2019-09-20 18:22:25 +02:00
|
|
|
<html lang="en">
|
2020-02-18 08:57:00 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
|
|
<!-- <%= VUE_APP_INJECT_COMMENT %> -->
|
|
|
|
<meta name="server-injected-data" />
|
|
|
|
</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>
|
2019-04-03 17:29:03 +02:00
|
|
|
</html>
|