index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132
  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="keywords" content="RageFrame 微商城 商城">
  7. <meta name="description" content="商城">
  8. <meta name="author" content="RageFrame">
  9. <meta name="robots" content="all">
  10. <title>
  11. <%= htmlWebpackPlugin.options.title %>
  12. </title>
  13. <script>
  14. document.addEventListener('DOMContentLoaded', function() {
  15. document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
  16. })
  17. var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
  18. document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
  19. </script>
  20. <link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong>Please enable JavaScript to continue.</strong>
  25. </noscript>
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>