index.html 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="">
  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,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>销售助手</title>
  9. <script>
  10. !function(n){
  11. var e=n.document,
  12. t=e.documentElement,
  13. i=750,
  14. d=i/100,
  15. o="orientationchange"in n?"orientationchange":"resize",
  16. a=function(){
  17. var n=t.clientWidth||320;n>720&&(n=720);
  18. t.style.fontSize=n/d+"px"
  19. };
  20. e.addEventListener&&(n.addEventListener(o,a,!1),e.addEventListener("DOMContentLoaded",a,!1))
  21. }(window);
  22. </script>
  23. </head>
  24. <body>
  25. <noscript>
  26. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  27. </noscript>
  28. <div id="app"></div>
  29. <!-- built files will be auto injected -->
  30. </body>
  31. </html>