123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <!DOCTYPE html>
- <meta charset="UTF-8" />
- <link rel="apple-touch-icon" href="content/textures/mobile/apple-touch-icon.png">
- <link rel="shortcut icon" href="content/textures/mobile/apple-touch-icon.png">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
- <script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
- <link href="content/textures/mobile/apple-touch-startup-image-1536x2008.png"
- media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: portrait)
- and (-webkit-device-pixel-ratio: 2)"
- rel="apple-touch-startup-image">
- <!-- iPad, retina, landscape -->
- <link href="content/textures/mobile/apple-touch-startup-image-1496x2048.png"
- media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: landscape)
- and (-webkit-device-pixel-ratio: 2)"
- rel="apple-touch-startup-image">
- <!-- iPad, portrait -->
- <link href="content/textures/mobile/apple-touch-startup-image-768x1004.png"
- media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: portrait)
- and (-webkit-device-pixel-ratio: 1)"
- rel="apple-touch-startup-image">
- <!-- iPad, landscape -->
- <link href="content/textures/mobile/apple-touch-startup-image-748x1024.png"
- media="(device-width: 768px) and (device-height: 1024px)
- and (orientation: landscape)
- and (-webkit-device-pixel-ratio: 1)"
- rel="apple-touch-startup-image">
- <!-- iPhone 5 -->
- <link href="content/textures/mobile/apple-touch-startup-image-640x1096.png"
- media="(device-width: 320px) and (device-height: 568px)
- and (-webkit-device-pixel-ratio: 2)"
- rel="apple-touch-startup-image">
- <!-- iPhone, retina -->
- <link href="content/textures/mobile/apple-touch-startup-image-640x920.png"
- media="(device-width: 320px) and (device-height: 480px)
- and (-webkit-device-pixel-ratio: 2)"
- rel="apple-touch-startup-image">
- <!-- iPhone -->
- <link href="content/textures/mobile/apple-touch-startup-image-320x460.png"
- media="(device-width: 320px) and (device-height: 480px)
- and (-webkit-device-pixel-ratio: 1)"
- rel="apple-touch-startup-image">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="mobile-web-app-capable" content="yes">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
- <style type="text/css">
- @font-face {
- font-family: 'chunkfive';
- src: url('content/fonts/chunkfive.eot'); /* IE 5-8 */
- src: local(''), /* sneakily trick IE */
- url('content/fonts/chunkfive.woff') format('woff'), /* FF 3.6, Chrome 5, IE9 */
- url('content/fonts/chunkfive.ttf') format('truetype'), /* Opera, Safari */
- url('content/fonts/chunkfive.svg#font') format('svg'); /* iOS */
- }
- </style>
- <html>
- <head>
- <title>速度与激情</title>
- <style>
- body{
- margin: 0;
- padding: 0;
- background-color:#fcb040;
- }
- canvas {
- background: transparent;
- display: block;
- margin: 0;
- padding: 0;
- }
- </style>
-
- <script type="text/javascript">
- (function (){
- //updateShare(0);
- })();
- function gotomore(){
- window.location.href="http://game.ikongzhong.cn/";
- }
- </script>
- <body onload="loadContent()">
- <canvas id="canvas" width="480" height="720" style="
- padding: 0;
- margin: auto;
- left:0;
- right:0;
- top:0;
- bottom:0;
- position:absolute;
- display: block;"></canvas>
- <script src="game.min.js"></script>
- <script type="text/JavaScript">
- window.shareData={
- 'title':'看你有多色',
- 'link':'http://game.ikongzhong.cn/games/se/',
- 'imgurl':'http://game.ikongzhong.cn/games/se/icon.png'
- }
- window.shareFriendData={
- 'title':'看你有多色',
- 'content':'关注空中传媒网络科技,更多好玩的游戏等着你。',
- 'link':'http://game.ikongzhong.cn/games/se/',
- 'imgurl':'http://game.ikongzhong.cn/games/se/icon.png'
- }
- </script>
-
- </body>
- </html>
|