index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimal-ui" />
  6. <meta name="mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-capable" content="yes" />
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  9. <link href="css/game.css" rel="stylesheet" type="text/css" />
  10. <script type="text/javascript" src="_build/ninja.js"></script>
  11. <meta name="robots" content="all" />
  12. <title>生死忍者</title>
  13. </head>
  14. <body >
  15. <div id="moregame" style="display:none;position:fixed;z-index:99; bottom:20px; left:0px; font-size:20px; width:100%; text-align:center;">
  16. <!--<a href="javascript:void(0);" style="padding: 8px 20px;
  17. background-color: rgb(93, 18, 163);
  18. border-radius: 5px;
  19. text-decoration: none;color:white;" onclick="dp_share()">炫耀一下</a>
  20. <a href="javascript:void(0);" style="padding: 8px 20px;
  21. background-color: rgb(93, 18, 163);
  22. border-radius: 5px;
  23. text-decoration: none;color:white;" onclick="clickMore()">更多游戏</a>-->
  24. </div>
  25. <div id="viewporter">
  26. <div id="FOTN-game-container"></div>
  27. </div>
  28. <div id="lock" class="deviceLock">
  29. <div class="rotateDevice"></div>
  30. </div>
  31. <script language=javascript>
  32. // Play68.closeRecommend();
  33. function clickMore(){
  34. //
  35. // Play68.goHome();
  36. }
  37. function dp_share(){
  38. //
  39. // play68_submitScore(window._Score);
  40. //window._myPlayScore
  41. }
  42. function dp_Ranking(){
  43. }
  44. </script>
  45. </body>
  46. </html>