-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (63 loc) · 2.47 KB
/
index.html
File metadata and controls
81 lines (63 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ETips">
<link rel="icon" href="./static/img/favicon.ico">
<title>ETips</title>
<!-- Bootstrap core CSS -->
<link href="http://v3.bootcss.com/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="http://v3.bootcss.com/examples/cover/cover.css" rel="stylesheet">
<style id="holderjs-style" type="text/css"></style>
<style type="text/css">
.fancybox-margin {
margin-right: 0px;
}
</style>
<style type="text/css">
.home {
background: url('./static/img/bg_home.jpg') no-repeat fixed;
background-size: 100% 100%;
}
</style>
</head>
<body data-gclp-initialized="true" data-gistbox-initialized="true">
<div class="site-wrapper home">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand">ETips</h3>
<ul class="nav masthead-nav">
<li class="active"><a href="index.html">首页</a>
</li>
<li><a href="https://github.com/Jayin/ETips">开源</a>
</li>
</ul>
</div>
<hr>
</div>
<div class="inner cover">
<h1 class="cover-heading">五邑大学校园助手ETips</h1>
<p class="lead">一键导入课程表</p>
<p class="lead">图书检索、收藏</p>
<p class="lead">及时获取校园资讯</p>
<p class="lead">查空课室/电费</p>
<p class="lead">
<a href="./apk/ETipsV3.0.1.apk" class="btn btn-lg btn-default">下载体验 V3.0.1</a>
</p>
</div>
<div class="mastfoot">
<div class="inner">
<p>© ETips Jayin Ton 2013-2014</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>