1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
- <title>新农宝盒</title>
- <meta name="Keywords" content="悦游全球旅行网,悦游杂志" />
- <meta name="Description" content="" />
- <link rel="stylesheet" href="css/reset-mobile.css">
- <link href="css/index.css" rel="stylesheet" type="text/css" />
- <script src="js/zepto.min.js"></script>
- </head>
- <body class="gray">
- <header>
- 绑定微信 <a href="#" class="ico-back"></a>
- </header>
- <section class="wechat">
- <img class="ecode" src="images/ercode.jpg" width="100%" alt="">
- <p>长按保存二维码图片到相册,打开扫一扫使用</p>
- </section>
- </body>
- </html>
|