index.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <!DOCTYPE html>
  2. <meta charset="UTF-8" />
  3. <link rel="apple-touch-icon" href="content/textures/mobile/apple-touch-icon.png">
  4. <link rel="shortcut icon" href="content/textures/mobile/apple-touch-icon.png">
  5. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  6. <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
  7. <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  8. <link href="content/textures/mobile/apple-touch-startup-image-1536x2008.png"
  9. media="(device-width: 768px) and (device-height: 1024px)
  10. and (orientation: portrait)
  11. and (-webkit-device-pixel-ratio: 2)"
  12. rel="apple-touch-startup-image">
  13. <!-- iPad, retina, landscape -->
  14. <link href="content/textures/mobile/apple-touch-startup-image-1496x2048.png"
  15. media="(device-width: 768px) and (device-height: 1024px)
  16. and (orientation: landscape)
  17. and (-webkit-device-pixel-ratio: 2)"
  18. rel="apple-touch-startup-image">
  19. <!-- iPad, portrait -->
  20. <link href="content/textures/mobile/apple-touch-startup-image-768x1004.png"
  21. media="(device-width: 768px) and (device-height: 1024px)
  22. and (orientation: portrait)
  23. and (-webkit-device-pixel-ratio: 1)"
  24. rel="apple-touch-startup-image">
  25. <!-- iPad, landscape -->
  26. <link href="content/textures/mobile/apple-touch-startup-image-748x1024.png"
  27. media="(device-width: 768px) and (device-height: 1024px)
  28. and (orientation: landscape)
  29. and (-webkit-device-pixel-ratio: 1)"
  30. rel="apple-touch-startup-image">
  31. <!-- iPhone 5 -->
  32. <link href="content/textures/mobile/apple-touch-startup-image-640x1096.png"
  33. media="(device-width: 320px) and (device-height: 568px)
  34. and (-webkit-device-pixel-ratio: 2)"
  35. rel="apple-touch-startup-image">
  36. <!-- iPhone, retina -->
  37. <link href="content/textures/mobile/apple-touch-startup-image-640x920.png"
  38. media="(device-width: 320px) and (device-height: 480px)
  39. and (-webkit-device-pixel-ratio: 2)"
  40. rel="apple-touch-startup-image">
  41. <!-- iPhone -->
  42. <link href="content/textures/mobile/apple-touch-startup-image-320x460.png"
  43. media="(device-width: 320px) and (device-height: 480px)
  44. and (-webkit-device-pixel-ratio: 1)"
  45. rel="apple-touch-startup-image">
  46. <meta name="apple-mobile-web-app-capable" content="yes">
  47. <meta name="mobile-web-app-capable" content="yes">
  48. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
  49. <style type="text/css">
  50. @font-face {
  51. font-family: 'chunkfive';
  52. src: url('content/fonts/chunkfive.eot'); /* IE 5-8 */
  53. src: local(''), /* sneakily trick IE */
  54. url('content/fonts/chunkfive.woff') format('woff'), /* FF 3.6, Chrome 5, IE9 */
  55. url('content/fonts/chunkfive.ttf') format('truetype'), /* Opera, Safari */
  56. url('content/fonts/chunkfive.svg#font') format('svg'); /* iOS */
  57. }
  58. </style>
  59. <html>
  60. <head>
  61. <title>速度与激情</title>
  62. <style>
  63. body{
  64. margin: 0;
  65. padding: 0;
  66. background-color:#fcb040;
  67. }
  68. canvas {
  69. background: transparent;
  70. display: block;
  71. margin: 0;
  72. padding: 0;
  73. }
  74. </style>
  75. <script type="text/javascript">
  76. (function (){
  77. //updateShare(0);
  78. })();
  79. function gotomore(){
  80. window.location.href="http://game.ikongzhong.cn/";
  81. }
  82. </script>
  83. <body onload="loadContent()">
  84. <canvas id="canvas" width="480" height="720" style="
  85. padding: 0;
  86. margin: auto;
  87. left:0;
  88. right:0;
  89. top:0;
  90. bottom:0;
  91. position:absolute;
  92. display: block;"></canvas>
  93. <script src="game.min.js"></script>
  94. <script type="text/JavaScript">
  95. window.shareData={
  96. 'title':'看你有多色',
  97. 'link':'http://game.ikongzhong.cn/games/se/',
  98. 'imgurl':'http://game.ikongzhong.cn/games/se/icon.png'
  99. }
  100. window.shareFriendData={
  101. 'title':'看你有多色',
  102. 'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',
  103. 'link':'http://game.ikongzhong.cn/games/se/',
  104. 'imgurl':'http://game.ikongzhong.cn/games/se/icon.png'
  105. }
  106. </script>
  107. </body>
  108. </html>