123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>新疆润泽云控农业科技有限公司</title>
- <style>
- body{
- padding:0;
- margin:0;
- }
- </style>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- <style>
- body{
- margin:0;
- padding:0;
- }
- </style>
- <!-- <script>
- (function (a, b) {
- // 页面自适应脚本
- var c = a.documentElement,
- d = "orientationchange" in window ? "orientationchange" : "resize",
- e = window.recalc = function () {
- var a = c.clientWidth;
- if (a) {
- var fontsize = Math.floor(100 * (a / 1920));
- if (fontsize < 50) {
- fontsize = 50;
- }
- if (fontsize >= 100) {
- fontsize = 100;
- }
- c.style.fontSize = fontsize + "px"
- }
- };
- a.addEventListener && (b.addEventListener(d, e, !1), a.addEventListener("DOMContentLoaded", e, !1));
- })(document, window);
- </script> -->
- </body>
- </html>
|