-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathindex-110322.html
More file actions
69 lines (53 loc) · 2.65 KB
/
index-110322.html
File metadata and controls
69 lines (53 loc) · 2.65 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>kissyteam@github</title>
<style>
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}body,button,input,select,textarea{font:12px/1.5 tahoma,arial,\5b8b\4f53,sans-serif;}h1,h2,h3,h4,h5,h6{font-size:100%;}address,cite,dfn,em,var{font-style:normal;}code,kbd,pre,samp{font-family:courier new,courier,monospace;}small{font-size:12px;}ul,ol{list-style:none;}a{text-decoration:none;}a:hover{text-decoration:underline;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}legend{color:#000;}fieldset,img{border:0;}button,input,select,textarea{font-size:100%;}table{border-collapse:collapse;border-spacing:0;}
body { margin: 20px 50px; }
pre {
color: #666;
font: 14px/1.5em Monaco,"Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",monospace;
margin: 20px;
}
a { color: #1F75CC; }
a:active, a:hover { text-decoration: underline; }
</style>
</head>
<body>
<img src="logo/kissy-logo-135x65.png" alt="KISSY" />
<pre>
~:
<a href="/kissy/docs/">KISSY API 文档</a>
<a href="docs/html/core/">KISSY Core文档</a>
<a href="docs/html/seed/">KISSY Seed文档</a>
<a href="docs/html/quickstart/">KISSY 快速入门</a>
<a href="kcs/core.html">KISSY Core 作弊条</a>
<a href="kcs/widget.html">KISSY Widget 作弊条</a>
<a href="docs/html/editorguide/">Editor 使用手册</a>
<a href="/kissy-ajbridge/docs/">AJBridge 文档</a>
<a href="/kissy-dpl/">KISSY DPL</a>
<a href="docs/html/styleguide/">规范</a>
<a href="docs/html/workflow/">流程</a>
<a href="https://github.com/kissyteam/kissy-tools#readme">工具</a>
<a href="http://github.com/kissyteam">源码</a>
<a href="http://kissyui.com/blog/">博客</a>
kissyteam(at)gmail.com
</pre>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'kissy-docs'; // required: replace example with your forum shortname
// The following are highly recommended additional parameters. Remove the slashes in front to use.
//var disqus_identifier = '/anim';
//var disqus_url = window.location;
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</body>
</html>