| 123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
- <meta name="format-detection" content="telephone=no, address=no">
- <title><%= htmlWebpackPlugin.options.title %></title>
- </head>
- <body>
- <noscript>
- <strong>Please enable JavaScript to continue.</strong>
- </noscript>
- <div id="app"></div>
- </body>
- </html>
|