index.html 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <!DOCTYPE html>
  2. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0">
  5. <meta name="apple-mobile-web-app-capable" content="yes">
  6. <link rel="apple-touch-icon" href="icon.png" />
  7. <link rel="shortcut icon" href="icon.png" />
  8. <link rel="icon" href="icon.png" />
  9. <title>喵喵瑜伽</title>
  10. <meta name="keywords" content="喵喵瑜伽,喵喵瑜伽html5游戏" />
  11. <meta name="description" content="喵喵瑜伽html5游戏,喵喵瑜伽手机在线游戏" />
  12. <script type="text/javascript">
  13. var GID = "catflow";
  14. var SCORE_LIMIT = 50;
  15. var APP_LIST_URL = 'http://game.ikongzhong.cn/';
  16. </script>
  17. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  18. <script type="text/javascript" src="./index_files/jquery-2.1.1.min.js"></script>
  19. <script type="text/javascript" src="./index_files/jquery.cookie.js"></script>
  20. <script type="text/javascript" src="./index_files/createjs-2013.12.12.min.js"></script>
  21. <script type="text/javascript" src="./index_files/qipa_app.js"></script>
  22. <script type="text/javascript" src="./index_files/qipa_stage.js"></script>
  23. <script type="text/javascript" src="./index_files/main.js"></script>
  24. <style type="text/css">
  25. html,body,canvas {
  26. margin: 0px;
  27. padding: 0px;
  28. border:none;
  29. text-align: center;
  30. background-color: black;
  31. }
  32. canvas {
  33. background-color: white;
  34. }
  35. </style>
  36. <style>
  37. html {
  38. -ms-touch-action: none; /* Direct all pointer events to JavaScript code. */
  39. }
  40. .sbgshow{z-index:10000;display:block;position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;color:#fff;font-size:30px;line-height:1.7em;background:rgba(0,0,0,0.85);}
  41. .sbgshow .arron{z-index:10000; position:absolute;top:8px;right:8px;width:100px;height:100px;background:url(./img/arron.png) no-repeat; background-size:100px 100px;}
  42. .sbgshow p{z-index:10000; padding-top:78px;}
  43. .sbg{display:none; z-index:10000; position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;color:#fff;font-size:26px;line-height:1.7em;background:rgba(0,0,0,0.85);}
  44. .sbg .arron{ z-index:10001; position:absolute;top:8px;right:8px;width:100px;height:100px;background:url(./img/arron.png) no-repeat; background-size:100px 100px;}
  45. .sbg p{ z-index:10002; padding-top:78px;}
  46. </style>
  47. </head>
  48. <body>
  49. <script>(function(f,o){'callShare more statScore getRank'.replace(/\S+/g,function(a){o[a]=f});var a=o._sd={};o.updateData=function(b){for(var i in b)if(b.hasOwnProperty(i))a[i]=b[i]}})(function(){},LBShare={});</script>
  50. <div id="sbg" class="sbg">
  51. <div class="arron"></div>
  52. <p id="msg">请点击右上角<br>点击【分享到朋友圈】<br>让你的小伙伴们也发泄一下吧!</p>
  53. </div>
  54. <canvas id="stage" width="640" height="960" style="width: 630.6666666666666px; height: 946px;">
  55. 您的浏览器不支持html5, 请换用支持html5的浏览器。
  56. </canvas>
  57. <script type="text/javascript">
  58. function again(){//重来
  59. window.location.href=window.shareData.timeLineLink;
  60. }
  61. function rank(){//排行榜
  62. dp_Ranking();
  63. }
  64. </script>
  65. <script type="text/JavaScript">
  66. window.shareData={
  67. 'title':'喵喵瑜伽',
  68. 'link':'http://game.ikongzhong.cn/games/mmyj/',
  69. 'imgurl':'http://game.ikongzhong.cn/games/mmyj/icon.png'
  70. }
  71. window.shareFriendData={
  72. 'title':'喵喵瑜伽',
  73. 'content':'关注空中传媒网络,更多好玩的游戏等着你。',
  74. 'link':'http://game.ikongzhong.cn/games/mmyj/',
  75. 'imgurl':'http://game.ikongzhong.cn/games/mmyj/icon.png'
  76. }
  77. </script>
  78. <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
  79. </body></html>