-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (30 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="//g.alicdn.com/msui/sm/0.6.1/css/sm.min.css">
<link rel="stylesheet" type="text/css" href="www/css/app/home.css"/>
<title>列表页</title>
</head>
<body id="index">
<div class="page-group">
<div class="page page-current" id="home">
</div>
</div>
<nav class="bar bar-tab" style="z-index: 2001;">
<a class="tab-item active" data-url="index">
<span class="icon icon-home"></span>
<span class="tab-label">个人信息</span>
</a>
<a data-url = "www/page/record.html" class="tab-item">
<span class="icon icon-star"></span>
<span class="tab-label">免息记录</span>
</a>
</nav>
</body>
<script src="www/build/all.min.js"></script>
</html>