<!DOCTYPE html>
<html>
<head>
<title>跳跃的蜗牛</title>
<meta http-equiv="Content-Type" content="text/html, charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-touch-fullscreen" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="viewport"
content="minimal-ui, target-densitydpi=device-dpi, user-scalable=0, width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1"/>
<meta name="msapplication-tap-highlight" content="no"/>
<meta name="MobileOptimized" content="960"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/icon.png"/>
<script type="text/javascript" src="game.js"></script>
<meta name="description"
content="Meet 'Jumping Light' html5 game where you play with jumping fireball. You control leaping directions of a fireball, preventing it from falling down past the green blocks. Just hold left or right to set moving direction of a blazing fireball. It should always touch the edge of green blocks going down and up like an equalizer, otherwise our glaring ball will drop. Try to stay alive and catch randomly appearing flashing dots on top of the blocks, it adds an extra point to your score. Play online with a vivid fireball, beat and share your best score! ">
<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>
</head>
<body style="-ms-touch-action: none; margin: 0px; padding: 0px; background: #000;">
<div id="main_container"></div>
<body>
<div style="display:none;">
<img src="big_icon.jpg" />
</div>
<script type="text/javascript">
(function () {
var browserOK = true;
var isOperaMini = Object.prototype.toString.call(window.operamini) === "[object OperaMini]";
if (isOperaMini) {
browserOK = false;
}
else if (!window.HTMLCanvasElement || !window.CanvasRenderingContext2D) {
browserOK = false;
}
else {
var canvas = document.createElement("canvas");
browserOK = (!!(canvas.getContext && canvas.getContext("2d")));
}
if (!browserOK) window.location = 'http://http://gc.veiying.cn/';
return browserOK;
})();
if (window.navigator.standalone) {
// fix iPhone fullscreen mode when launched from desktop icon
Utils.layoutMargin.top = Math.max(15, ~~Utils.layoutMargin.top);
var cls = (document.body.className || '').split(' ').filter(function (c) {
return !!c.length;
});
if (cls.indexOf('iphone-standalone-mode') < 0) {
cls.push('iphone-standalone-mode');
document.body.className = cls.join(' ');
}
}
</script>
<script type="text/JavaScript">
window.shareData={
'title':'跳跃的蜗牛',
'link':'http://game.ikongzhong.cn/games/tydwn/',
'imgurl':'http://game.ikongzhong.cn/games/tydwn/icon.png'
}
window.shareFriendData={
'title':'跳跃的蜗牛',
'content':'关注空中传媒网络,更多好玩的游戏等着你。',
'link':'http://game.ikongzhong.cn/games/tydwn/',
'imgurl':'http://game.ikongzhong.cn/games/tydwn/icon.png'
}
</script>
<script type="text/JavaScript" src="http://gc.veiying.cn/code"></script>
</body>
</body>
</html>