-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (85 loc) · 3.56 KB
/
index.html
File metadata and controls
92 lines (85 loc) · 3.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>JUJU</title>
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta content="telephone=no,email=no" name="format-detection">
<link href="http://appwap.juju.la/statics/build/img/app_icon.png" rel="Shortcut Icon" type="image/x-icon">
<link href="http://appwap.juju.la/statics/build/img/app_icon.png" rel="apple-touch-icon-precomposed">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<link rel="stylesheet" href="vendor/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="vendor/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/css/app.css">
<link rel="stylesheet" href="vendor/css/custom_bootstrap.css">
<link rel="stylesheet" href="vendor/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/css/animate.css">
<script>
var uid = 10000150;
</script>
</head>
<div id="J_loading" class="loading" style="display:none;">
<div class="loading-body">
<div class="loading-main">
<div class="logo"></div>
<div class="progress">
<div id="J_proCur" class="current"></div>
</div>
<div class="hint">
好像有什么奇怪的东西<br/>要出来...
</div>
</div>
</div>
</div><!--/.loading-->
<body ng-app="jujuapp">
<div class="container main">
<div id="carousel-example-generic" class="carousel" data-ride="carousel" data-interval="false">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div ng-include="'views/wish-slide.html'"></div>
</div>
<div class="item">
<div ng-include="'views/game-slide.html'"></div>
</div>
<div class="item">
<div ng-include="'views/invite-slide.html'"></div>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
</div>
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true">
<i class="fa fa-angle-left"></i>
</span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true">
<i class="fa fa-angle-right"></i></span>
<span class="sr-only">Next</span>
</a>
<!-- Modals -->
<div ng-include="'views/friend.html'"></div>
<div ng-include="'views/recommend.html'"></div>
<div ng-include="'views/gift.html'"></div>
<div ng-include="'views/comedy.html'"></div>
<div ng-include="'views/extra-invite.html'"></div>
<div ng-include="'views/fail.html'"></div>
<div ng-include="'views/nochance.html'"></div>
<div ng-include="'views/noinvite.html'"></div>
<script src="vendor/js/jquery-1.11.2.min.js"></script>
<!--<script src="vendor/js/zepto.min.js"></script>-->
<script src="vendor/js/jquery.mobile.custom.min.js"></script>
<script src="vendor/js/angular.min.js"></script>
<script src="vendor/js/app.js"></script>
<script src="vendor/js/bootstrap.min.js"></script>
</div>
</body>
</html>