| 1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html lang="zh-Hans">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <link rel="icon" href="<%= BASE_URL %>favicon.png" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />
- <meta name="msapplication-tap-highlight" content="no" />
- <meta name="format-detection" content="telphone=no" />
- <meta name="format-detection" content="email=no" />
- <meta name="screen-orientation" content="portrait" />
- <meta name="x5-orientation" content="portrait" />
- <meta name="full-screen" content="yes" />
- <meta name="x5-fullscreen" content="true" />
- <meta name="theme-color" content="#000000" />
- <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
- <% if (htmlWebpackPlugin.options.app) { %>
- <script src="cordova.js"></script>
- <% } %>
- <title><%= htmlWebpackPlugin.options.title %></title>
- </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>
|