-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
50 lines (45 loc) · 2.07 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
46
47
48
49
50
<!doctype html>
<html style="height:100%;margin:0;">
<head>
<meta charset="utf-8">
<title>jmSlip-前端滑动组件</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1.0, maximum-scale=1, user-scalable=no"
/>
<!--<link href="//cdn.bootcss.com/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">-->
<script src="//mat1.gtimg.com/www/asset/lib/jquery/jquery/jquery-1.11.1.min.js"></script>
<!--<script src="//cdn.bootcss.com/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>-->
<style>
</style>
</head>
<body>
<div class="jumbotron">
<h1>jmSlip</h1>
<p>一个简易的前端滑动组件</p>
<p>
<a class="btn btn-primary btn-lg" href="https://github.com/jiamao/jmSlip" target="_blank" role="button">download</a>
</p>
</div>
<div class="list-group">
<a href="#" class="list-group-item disabled" style="background-color: #ddd;">
<strong>示例</strong>
</a>
<a href="demo/cyzm/index.html" class="list-group-item">创业周末</a>
<a href="demo/page/x.html" class="list-group-item">横屏</a>
<a href="demo/page/y.html" class="list-group-item">竖屏</a>
<a href="demo/scroll/scroll_item.html" class="list-group-item">左右拉开列表</a>
<a href="demo/scroll/index.html" class="list-group-item">滚动</a>
<a href="demo/emoji/index.html" class="list-group-item">表情组件</a>
<a href="demo/item/index.html" class="list-group-item">滚动切换</a>
<a href="demo/cmd/seajs.html" class="list-group-item">CMD(seajs)加载</a>
<a href="demo/drag/index.html" class="list-group-item">拖放</a>
<a href="demo/calendar/index.html" class="list-group-item">日历</a>
<a href="demo/scale/index.html" class="list-group-item">图片预览</a>
</div>
</body>
</html>
<script src="src/jmSlip.js"></script>