template.h5.html 698 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>" />
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  9. <meta name="format-detection" content="telephone=no, address=no">
  10. <title><%= htmlWebpackPlugin.options.title %></title>
  11. </head>
  12. <body>
  13. <noscript>
  14. <strong>Please enable JavaScript to continue.</strong>
  15. </noscript>
  16. <div id="app"></div>
  17. </body>
  18. </html>