-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
45 lines (44 loc) · 1.55 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
42
43
44
45
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>EmuchSign</title>
<link href="html/css/common.css" rel="stylesheet" type="text/css" />
<script src="html/js/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="html/js/jqxajax.js" type="text/javascript"></script>
<script type="text/javascript">
//绘制线条(折线图动态)v
$(document).ready(function () {
});
</script>
</head>
<body >
<div id="name">EmuchSign</div>
<div id="title"></div>
<div class="div_mid">
<div id="help">
<b>原理说明:</b><br />
<b>熟悉本项目Demo,你需要了解如下编程:</b><br />
1.简单多线程;<br />
2.简单文件操作;<br />
3.简单的窗体传值;<br />
4.Get/Post原理。<br />
<br/>
</div>
<br />
<div class="description">签到领取金币,就是这么简单</div>
<br />
<div id="div_line1" class="line">
<div class="div_img">
<img alt="" src="html/src/src1.png" class="img_l" />
</div>
<div class="div_img">
<img alt="" src="html/src/src2.png" class="img_l" />
</div>
</div>
<br />
<div class="div_foot">
•Powered by <a href="https://github.com/flyher/EmuchSign">flyher</a>
</div>
</div>
</body>
</html>