demo.html 453 B

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