
演示网站 叠箱子游戏



编写代码
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=GBK">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>叠箱子游戏</title>
<script src="./js/jquery.min.js"></script>
<!-- <style>
div {
-webkit-tap-highlight-color: rgba(0,0,0,0);
margin: 0px;
padding: 0px;
border: 0px;
}
</style> -->
<script>
document.ontouchstart = function(e){
e.preventDefault();
}
document.ontouchmove = function(e){
e.preventDefault();
}
</script>
<link rel="stylesheet" type="text/css" href="./css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="./css/play-13.12.21.min.css">
<!--Google Analytics-->
</head>
<body style="padding: 0; margin: 0; background-color: #000000;" >
<script>function winParameters () { return {}; }</script>
<script id="haxe:jeash:script" type="text/javascript" src="./js/HappyStacking.js"></script>
<!-- <div style="position: absolute; overflow: hidden; height: 1194px; width: 477.6px; left: 601.2px; top: 0px; margin: 0 auto;"> -->
<!-- <div style="position: relative; width: 478px; margin: 0 auto;">
<div style="position: absolute;">
<div style="position: absolute; -webkit-transform: scale(0.995, 0.995);">
<div style="position: absolute;">
<canvas style="position: absolute;" width="480" height="600"></canvas>
</div>
</div>
</div>
</div> -->
</body></html>
