12345678910111213141516171819 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
- <title>江湖抢单宝</title>
- <link rel="stylesheet" href="./common/reset.css">
- <style>
- img {
- width: 100%;
- float: left;
- }
- </style>
- </head>
- <body>
- <img src="./img/one.png" alt="">
- </body>
- </html>
|