forked from mcxiaoke/minicat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 2 KB
/
Copy pathindex.html
File metadata and controls
57 lines (56 loc) · 2 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
<!DOCTYPE html>
<html>
<head>
<title>圈圈 - 饭否Android客户端</title>
<link href="static/bootstrap.min.css" rel="stylesheet">
<link href="static/bootstrap-responsive.min.css" rel="stylesheet">
<link href="app.css" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="static/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="row">
<div class="span6 content">
<h1>圈圈 <small>当前版本 1.2.1</small></h1>
<h2>Holo风格的饭否Android客户端</h2>
<p>功能:</p>
<ul>
<li>查看主页和个人时间线</li>
<li>查看好友列表,关注和取消关注</li>
<li>查看个人资料,消息和大图</li>
<li>查看个人相册,浏览相册</li>
<li>发布消息,上传图片</li>
<li>分享和复制消息内容</li>
</ul>
<p>
<a href="https://play.google.com/store/apps/details?id=com.mcxiaoke.fanfouapp" class="btn btn-large btn-inverse">Google Play安装</a>
<a href="fanfouapp.apk" class="btn btn-large btn-inverse">直接下载</a>
</p>
<p><a id="ribbon" href="https://github.com/mcxiaoke/circle"><img src="static/ribbon.png" alt="Fork me on GitHub"></a></p>
</div>
<div class="span5 offset1" style="display:none;">
<div id="myCarousel" class="carousel slide" data-interval="100000">
<div class="carousel-inner">
<div class="active item">
<img src="static/01.png" width="384" height="640">
</div>
<div class="item">
<img src="static/01.png" width="384" height="640">
</div>
<div class="item">
<img src="static/02.png" width="384" height="640">
</div>
<div class="item">
<img src="static/03.png" width="384" height="640">
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next">›</a>
</div>
</div>
</div>
</div>
</body>
</html>