index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN">
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <meta charset="UTF-8" />
  6. <meta http-equiv="Content-Type" content="text/html" />
  7. <link rel="apple-touch-icon" href="icon.png" />
  8. <link rel="shortcut icon" href="icon.png" />
  9. <link rel="icon" href="icon.png" />
  10. <title>纸牌</title>
  11. <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
  12. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  13. <meta name="keywords" content="纸牌,纸牌html5游戏" />
  14. <meta name="description" content="纸牌html5游戏,纸牌手机在线游戏" />
  15. <meta name="robots" content="noindex, nofollow" />
  16. <meta name="mobile-web-app-capable" content="yes"/>
  17. <meta name="apple-touch-fullscreen" content="yes" />
  18. <meta name="apple-mobile-web-app-capable" content="yes" />
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  20. <link type="text/css" rel="stylesheet" href="./game.min.css">
  21. <meta name="viewport" content="width=device-width,user-scalable=no,minimal-ui">
  22. <script>
  23. var Env = {
  24. gameId:10010,
  25. appkey:"UVZ9oxNiPQG8XSQcGQZMigjy",
  26. baiduStatKey:"97e8c101ef8dd07e4bfdea831800aba9"
  27. };
  28. </script>
  29. <script src="./jjsdk.js"></script>
  30. </head>
  31. <body>
  32. <div class="loading_screen"></div>
  33. <div class="loader">
  34. <div id="loadercell" class="loadercell">
  35. <div id="loadermain">
  36. <p class="loadinggamelogo" style=" opacity: 1; padding-bottom: 0px;">
  37. <img width="192px" heihgt="132px" src="./big/media/StartScreenTexture1.png"></p>
  38. <p class="loadingtext">Loading...</p>
  39. <div class="outerloader" style="height: 14px; width: 80%;">
  40. <div class="innerloader animload" data-ng-style="loadingProgressStyle">
  41. </div>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="game_screen" id="viewport" style="position:absolute; display: none; overflow:hidden">
  47. <canvas id="canvasBackground" oncontextmenu="return false;" onselectstart="return false;"></canvas>
  48. <div id="resizebtn"></div>
  49. </div>
  50. <script type="text/javascript" charset="utf-8" src="./game.min.js"></script>
  51. <script>
  52. TG_GamePage.initCalculations(null,null);
  53. TG_GamePage.delayedCheckCompatibility();
  54. TG_GamePage.delayedLoadCanvasses();
  55. </script>
  56. <div style="display:none">
  57. </div>
  58. <script type="text/JavaScript">
  59. window.shareData={
  60. 'title':'纸牌',
  61. 'link':'http://game.ikongzhong.cn/games/zhipai/',
  62. 'imgurl':'http://game.ikongzhong.cn/games/zhipai/icon.png'
  63. }
  64. window.shareFriendData={
  65. 'title':'纸牌',
  66. 'content':'关注空中传媒网络,更多好玩的游戏等着你。',
  67. 'link':'http://game.ikongzhong.cn/games/zhipai/',
  68. 'imgurl':'http://game.ikongzhong.cn/games/zhipai/icon.png'
  69. }
  70. </script>
  71. <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
  72. </body>
  73. </html>