| 123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="">
- <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, maximum-scale=1.0, user-scalable=0 ">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>繁星回收</title>
- <script src = "https://gw.alipayobjects.com/as/g/h5-lib/alipayjsapi/3.1.1/alipayjsapi.min.js"> </script>
- </head>
- <style>
- </style>
- <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>
- <button id="test" style="position: absolute;top:0;z-index: -9999;opacity: 0;"></button>
- <!-- built files will be auto injected -->
- <script>
- // let width = document.documentElement.clientWidth || document.body.clientWidth;
- // let r = width / 750; //计算字体大小
- // // 获取html元素
- // let a = document.getElementsByTagName('html')[0];
- // //设置html字体大小
- // a.setAttribute('style', 'font-size:' + r + 'px');
- </script>
- </body>
- </html>
|