forked from vbooking/vbooking.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (43 loc) · 3.03 KB
/
Copy pathindex.html
File metadata and controls
50 lines (43 loc) · 3.03 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="ctrip vbooking" />
<meta name="copyright" content="ctrip" />
<title>Ctrip Vbooking团队博客</title>
<link href="./style/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _speedMark = new Date();
</script></head>
<body>
<div class="sign" id="sign">为API生,为框架死,为debug奋斗一辈子;吃符号亏,上大小写的当,最后死在需求上。</div>
<div class="title">vbooking <script>document.write(new Date().getFullYear());</script></div>
<img class="logo" src="http://pic.c-ctrip.com/common/c_logo2013_2x.png" />
<div class="breath" title="One Team, One Dream! ">light</div>
<div class="workListBoard">
<ul class="workList">
<li><a target="_blank" href="https://github.com/wchaowu/javascript-code">javascript 代码库<span class="new">新</span></a></li>
<li><a target="_blank" href="https://github.com/wchaowu/nodejs">node.js+mongoDB知识库管理系统<span class="new">新</span></a></li>
<li><a target="_blank" href="http://wchaowu.github.io/webos/">WebOS</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/nodemail">node.js+mongoDB邮箱管理系统<span class="new">新</span></a></li>
<li><a target="_blank" href="https://github.com/wchaowu/VbookingTimer">VbookingTimer 番茄工作法系统</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/modulejs">基于jQuery的模块化Javascript解决方案ModuleJS<span class="new">新</span></a></li>
<li><a target="_blank" href="https://github.com/wchaowu/node-d2server">node-server代替Apache<span class="new">新</span></a></li>
<li><a target="_blank" href="https://github.com/wchaowu/">javascript大日历控件 整理中***</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/">javascript 分页控件 整理中***</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/">DataTable控件 整理中***</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/chrome">Ctrip chrome插件</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/">团队规范文档</a></li>
<li><a target="_blank" href="https://github.com/wchaowu/">Working on Github.com</a></li>
<li><a target="_blank" href="#">About</a></li>
<li><a target="_blank" href="###">神秘HTML5项目,即将发布,敬请期待。。。<span class="new">新</span></a></li>
</ul>
</div>
<div class="copyright">Copyright © <script>document.write(new Date().getFullYear());</script> <a href="http://vbooking.ctrip.com" target="_blank">wchaowu</a>. All Rights Reserved.
<script src="http://s96.cnzz.com/stat.php?id=5608469&web_id=5608469&show=pic" language="JavaScript"></script>
<br />
<a href="http://me.alipay.com/wchaowu" ><img style="border:;width:110px; height:28px; margin:5px;" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png"></a>
</div>
<script type="text/javascript" src="./javascripts/sign.js"></script>
</body>
</html>