index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <style>
  10. body{
  11. padding:0;
  12. margin:0;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  19. </noscript>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. <style>
  23. body{
  24. margin:0;
  25. padding:0;
  26. }
  27. </style>
  28. <!-- <script>
  29. (function (a, b) {
  30. // 页面自适应脚本
  31. var c = a.documentElement,
  32. d = "orientationchange" in window ? "orientationchange" : "resize",
  33. e = window.recalc = function () {
  34. var a = c.clientWidth;
  35. if (a) {
  36. var fontsize = Math.floor(100 * (a / 1920));
  37. if (fontsize < 50) {
  38. fontsize = 50;
  39. }
  40. if (fontsize >= 100) {
  41. fontsize = 100;
  42. }
  43. c.style.fontSize = fontsize + "px"
  44. }
  45. };
  46. a.addEventListener && (b.addEventListener(d, e, !1), a.addEventListener("DOMContentLoaded", e, !1));
  47. })(document, window);
  48. </script> -->
  49. </body>
  50. </html>