12345678910111213141516171819 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <title>关注二维码</title>
- <link rel="stylesheet" type="text/css" href="images/style.css"/>
- </head>
- <body>
- <div class="warp">
- <img src="images/qrcode.jpg">
- </div>
- </body>
- </html>
|