12345678910111213141516171819 |
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title></title>
- <style type="text/css">
- body{font-size: 12px;}
- .qrcode-block{width: 329px;}
- </style>
- </head>
- <body>
- <script src="http://assets.dwstatic.com/common/js/jquery.js"></script>
- <script src="http://127.0.0.1:8080/gameCommonAD.js"></script>
- </body>
- </html>
-
|