index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <!DOCTYPE html>
  2. <html lang="zh-Hans">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <link rel="icon" href="<%= BASE_URL %>favicon.png" />
  7. <meta name="viewport"
  8. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />
  9. <meta name="msapplication-tap-highlight" content="no" />
  10. <meta name="format-detection" content="telphone=no" />
  11. <meta name="format-detection" content="email=no" />
  12. <meta name="screen-orientation" content="portrait" />
  13. <meta name="x5-orientation" content="portrait" />
  14. <meta name="full-screen" content="yes" />
  15. <meta name="x5-fullscreen" content="true" />
  16. <meta name="theme-color" content="#000000" />
  17. <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
  18. <style>
  19. a[title="站长统计"] {
  20. display: none;
  21. }
  22. </style>
  23. <% if (htmlWebpackPlugin.options.app) { %>
  24. <script src="cordova.js"></script>
  25. <% } %>
  26. <title>
  27. <%= htmlWebpackPlugin.options.title %>
  28. </title>
  29. </head>
  30. <body>
  31. <noscript>
  32. <strong>
  33. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  34. Please enable it to continue.
  35. </strong>
  36. </noscript>
  37. <div id="app"></div>
  38. <!-- built files will be auto injected -->
  39. </body>
  40. <style>
  41. </style>
  42. <script type="text/javascript" src="https://v1.cnzz.com/z_stat.php?id=1280940320&web_id=1280940320"></script>
  43. </html>