index.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html><head><meta http-equiv="Content-Type" content="text/html; charset=GBK">
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. <meta name="apple-mobile-web-app-capable" content="yes">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  6. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  7. <title>快乐堆堆</title>
  8. <script src="./js/jquery.min.js"></script>
  9. <!-- <style>
  10. div {
  11. -webkit-tap-highlight-color: rgba(0,0,0,0);
  12. margin: 0px;
  13. padding: 0px;
  14. border: 0px;
  15. }
  16. </style> -->
  17. <script>
  18. document.ontouchstart = function(e){
  19. e.preventDefault();
  20. }
  21. document.ontouchmove = function(e){
  22. e.preventDefault();
  23. }
  24. </script>
  25. <link rel="stylesheet" type="text/css" href="./css/font-awesome.css">
  26. <link rel="stylesheet" type="text/css" href="./css/play-13.12.21.min.css">
  27. <!--Google Analytics-->
  28. </head>
  29. <body style="padding: 0; margin: 0; background-color: #000000;" >
  30. <script>function winParameters () { return {}; }</script>
  31. <script id="haxe:jeash:script" type="text/javascript" src="./js/HappyStacking.js"></script>
  32. <!-- <div style="position: absolute; overflow: hidden; height: 1194px; width: 477.6px; left: 601.2px; top: 0px; margin: 0 auto;"> -->
  33. <!-- <div style="position: relative; width: 478px; margin: 0 auto;">
  34. <div style="position: absolute;">
  35. <div style="position: absolute; -webkit-transform: scale(0.995, 0.995);">
  36. <div style="position: absolute;">
  37. <canvas style="position: absolute;" width="480" height="600"></canvas>
  38. </div>
  39. </div>
  40. </div>
  41. </div> -->
  42. </body></html>