-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdemo.html
51 lines (39 loc) · 1.76 KB
/
demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>基于CreateJS框架的游戏横屏适配解决方案</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" />
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="//img10.360buyimg.com">
<link rel="dns-prefetch" href="//img11.360buyimg.com">
<link rel="dns-prefetch" href="//img12.360buyimg.com">
<link rel="dns-prefetch" href="//img13.360buyimg.com">
<link rel="dns-prefetch" href="//img14.360buyimg.com">
<link rel="dns-prefetch" href="//img20.360buyimg.com">
<link rel="dns-prefetch" href="//img30.360buyimg.com">
<link rel="dns-prefetch" href="//wq.360buyimg.com">
<!-- S 引用前端页面片 -->
<!--#include virtual="/sinclude/cssi/fd/h5/ting/CreateJSView/demo.shtml" -->
<!-- E 引用前端页面片 -->
<!-- global:css -->
<link rel="stylesheet" type="text/css" href="/ting/gb/css/gb.min_979d4292.css" combo-use>
<!-- endglobal -->
<link rel="stylesheet" type="text/css" href="/ting/CreateJSView/css/demo.css" combo-use>
</head>
<!-- 注:加ontouchstart使css:active生效 -->
<body ontouchstart>
<div class="wrapper">
<canvas id="J_stage"></canvas>
</div>
<!-- S 引用前端页面片 -->
<!--#include virtual="/sinclude/cssi/fd/h5/ting/CreateJSView/demo_js.shtml" -->
<!-- E 引用前端页面片 -->
<!-- global:js -->
<!-- endglobal -->
<script src="/ting/CreateJSView/js/createjs.min.js" combo-use></script>
<script src="/ting/CreateJSView/js/createjs-view.js" combo-use></script>
<script src="/ting/CreateJSView/js/demo.js" combo-use></script>
</body>
</html>