forked from walkor/workerman-todpole-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkedou.html
100 lines (89 loc) · 3.66 KB
/
kedou.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Workerman小蝌蚪互动聊天室 </title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="YES">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png"/>
<meta property="fb:app_id" content="149260988448984" />
<meta name="title" content="Workerman-todpole!" />
<meta name="description" content="小蝌蚪交互游戏程序 ,坐标实时推送、实时聊天等" />
<link rel="image_src" href="images/fb-image.jpg" />
</head>
<body>
<canvas id="canvas"></canvas>
<div id="ui">
<div id="fps"></div>
<input id="chat" type="text" />
<div id="chatText"></div>
<h1>workerman</h1>
<div id="instructions">
<h2>介绍</h2>
<p>直接打字聊天!<br />输入 name: XX 则会设置你的昵称为XX</p>
</div>
<aside id="info">
<section id="share">
</section>
<section id="wtf">
<!-- 尊重他人劳动成果,请保留下面原作者相关链接,否则会导致无法使用 -->
<h2>powered by <a rel="external" href="http://workerman.net/workerman-todpole" target="_blank">workerman</a></h2>
<!-- 尊重他人劳动成果,请保留原作者相关链接,否则会导致无法使用 -->
</section>
</aside>
<aside id="frogMode">
<h3>Frog Mode</h3>
<section id="tadpoles">
<h4>Tadpoles</h4>
<ul id="tadpoleList">
</ul>
</section>
<section id="console">
<h4>Console</h4>
</section>
</aside>
<div id="cant-connect">
与服务器断开连接了。您可以重新刷新页面。
</div>
<div id="unsupported-browser">
<p>
您的浏览器不支持 <a rel="external" href="http://en.wikipedia.org/wiki/WebSocket">WebSockets</a>.
推荐您使用以下浏览器
</p>
<ul>
<li><a rel="external" href="http://www.google.com/chrome">Google Chrome</a></li>
<li><a rel="external" href="http://apple.com/safari">Safari 4</a></li>
<li><a rel="external" href="http://www.mozilla.com/firefox/">Firefox 4</a></li>
<li><a rel="external" href="http://www.opera.com/">Opera 11</a></li>
</ul>
<p>
<a href="#" id="force-init-button">仍然浏览!</a>
</p>
</div>
</div>
<script src="js/lib/parseUri.js"></script>
<script src="js/lib/modernizr-1.5.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/lib/Stats.js"></script>
<script src="js/App.js"></script>
<script src="js/Model.js"></script>
<script src="js/Settings.js"></script>
<script src="js/Keys.js"></script>
<script src="js/WebSocketService.js"></script>
<script src="js/Camera.js"></script>
<script src="js/Tadpole.js"></script>
<script src="js/TadpoleTail.js"></script>
<script src="js/Message.js"></script>
<script src="js/WaterParticle.js"></script>
<script src="js/Arrow.js"></script>
<script src="js/formControls.js"></script>
<script src="js/Cookie.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F5fedb3bdce89499492c079ab4a8a0323' type='text/javascript'%3E%3C/script%3E"));
</script>
</body>
</html>