qrcode.html 566 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  6. <meta content="yes" name="apple-mobile-web-app-capable">
  7. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  8. <meta content="telephone=no" name="format-detection">
  9. <title>关注二维码</title>
  10. <link rel="stylesheet" type="text/css" href="images/style.css"/>
  11. </head>
  12. <body>
  13. <div class="warp">
  14. <img src="images/qrcode.jpg">
  15. </div>
  16. </body>
  17. </html>