34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
|
|
<meta name="format-detection"content="telephone=no, email=no" />
|
|
<meta name="renderer" content="webkit">
|
|
<meta http-equiv="Cache-Control" content="no-siteapp" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<meta name="full-screen" content="yes">
|
|
<meta name="screen-orientation" content="portrait">
|
|
<meta name="screen-orientation" content="portrait">
|
|
<meta name="x5-fullscreen" content="true">
|
|
<meta content="yes" name="apple-mobile-web-app-capable">
|
|
<meta http-equiv="Page-Enter" Content="revealTrans(Duration=0.5,tansition=10" />
|
|
<meta http-equiv="Page-Exit" Content="revealTrans(Duration=0.5,transition=12" />
|
|
</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 -->
|
|
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
|
|
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|
|
<% } %>
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|