forked from kissygalleryteam/caja-kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
63 lines (55 loc) · 2.22 KB
/
index.php
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>首页</title>
<base target="_BLANK">
<link rel="stylesheet" href="http://valuebets.net/css/bootstrap.css"/>
<link rel="stylesheet" href="http://valuebets.net/css/flat-ui.css"/>
<script type="text/javascript" src="http://a.tbcdn.cn/s/kissy/1.3.0/kissy-min.js"></script>
<script type="text/javascript" src="http://a.tbcdn.cn/p/header/webww-min.js?t=20110629.js"></script>
</head>
<body>
<div class="container">
<div class="demo-headline">
<h1 class="demo-logo">
CAJA FOR KISSY
<small>开放JS项目</small>
</h1>
</div>
<div class="row demo-tiles">
<div class="span3">
<div class="tile">
<h3 class="tile-title">KISSY第三方安全</h3>
<p>kissy对于第三方安全的是支持,让开发者安全易用的使用KISSY</p>
<a class="btn btn-primary btn-large btn-block" href="./README.md">读下README</a>
</div>
</div>
<div class="span3">
<div class="tile">
<h3 class="tile-title">测试用例</h3>
<p>每个组件都有测试用例的支持,发布之前要保证测试用例通过</p>
<a class="btn btn-primary btn-large btn-block" href="./testcase/index.php">看下测试用例</a>
</div>
</div>
<div class="span3">
<div class="tile">
<h3 class="tile-title">有问题找谁</h3>
<p>目前的一位开发者 ,石霸 [email protected] </p>
<a class="btn btn-primary btn-large btn-block" href="#">
<span class="J_WangWang wangwang" data-nick="石霸" data-tnick="石霸" data-encode="true" data-display="inline">
</span>
</a>
</div>
</div>
<div class="span3">
<div class="tile tile-hot">
<h3 class="tile-title">GITHUB</h3>
<p>GITHUB,这是个好地方,目前还很荒芜</p>
<a class="btn btn-primary btn-large btn-block" href="https://github.com/lorrylockie/caja-kissy">去GITHUB看一下</a>
</div>
</div>
</div>
</div>
</body>
</html>