index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <html>
  3. <head>
  4. <title>泰迪牌手榴弹</title>
  5. <meta name="apple-mobile-web-app-capable" content="yes">
  6. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  7. <meta id="viewport" name="viewport" content="">
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
  10. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  11. <script src="dist/lib.min.js"></script>
  12. <script type="text/javascript">
  13. (function (){
  14. //updateShare(0,0);
  15. })();
  16. function HTML5API_levelStarted() { window.HTML5API && HTML5API.levelStarted(); }
  17. function HTML5API_levelEnded() { window.HTML5API && HTML5API.levelEnded({position:'bottom',show_widget:true}); }
  18. </script>
  19. <link rel="stylesheet" media="all" href="styles.css">
  20. <!--Game Classes-->
  21. <script src="dist/game.min.js"></script>
  22. </head>
  23. <body>
  24. <script src="dist/main.min.js"></script>
  25. <script type="text/JavaScript">
  26. window.shareData={
  27. 'title':'泰迪牌手榴弹',
  28. 'link':'http://game.ikongzhong.cn//games/tdpsld/',
  29. 'imgurl':'http://game.ikongzhong.cn//games/tdpsld/icon.png'
  30. }
  31. window.shareFriendData={
  32. 'title':'泰迪牌手榴弹',
  33. 'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',
  34. 'link':'http://game.ikongzhong.cn//games/tdpsld/',
  35. 'imgurl':'http://game.ikongzhong.cn//games/tdpsld/icon.png'
  36. }
  37. </script>
  38. <script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
  39. </body>
  40. </html>