-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.02 KB
/
index.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
/*body {*/
/*margin: 10px;*/
/*}*/
</style>
<!--<script src="http://ngdemo.sinaapp.com/library/debug?hash=123"></script>-->
<link href="css/style.css" rel="stylesheet">
<script src="js/layout.js"></script>
<script src="js/zepto.min.js"></script>
<script src="js/zepto-touch.js"></script>
<script src="js/main.js"></script>
<script src="js/socket.io/socket.io.js"></script>
</head>
<body>
<div class="login">
<div class="login-con">
<span>请输入用户名</span>
<input type="text" class="name"/>
<div class="bt">提交</div>
</div>
</div>
<div>
<canvas width="640" id="mycanvas" height="640">
你的浏览器不支持HTML5 canvas ,请使用 google chrome 浏览器 打开.
</canvas>
<div class="onlinecont">
</div>
</div>
</body>
</html>