1234567891011121314151617181920212223 |
- <!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">
- <title>Document</title>
- <style>
- html,
- body {
- margin: 0;
- padding: 0;
- }
- </style>
- </head>
- <body>
- <iframe src="http://art-weapp.oss-cn-hangzhou.aliyuncs.com/chromeExtension/popup.html" width="100%" height="100%" frameborder="0"></iframe>
- <script src="utils/axios.min.js"></script>
- <script src="js/popup.js"></script>
- </body>
- </html>
|