forked from kissyteam/kissy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.35 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>KISSY UI Library</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="http://docs.kissyui.com/kissy-dpl/base/assets/logo.png" alt="KISSY" />
<pre>
~:
<a href="http://github.com/kissyteam/kissy">src code</a>
<a href="http://kissyteam.github.com/">api</a>
<a href="http://yiminghe.github.com/kissy/src/dom/tests/test.html">tests</a>
kissyteam(at)gmail.com kissteam@gmail.com
</pre>
</body>
</html>