-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (120 loc) · 4.78 KB
/
index.html
File metadata and controls
137 lines (120 loc) · 4.78 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Static Files Hosting for Check-in Game">
<meta name="author" content="Check-in Game Team">
<title>Static Files Hosting for Check-in Game</title>
<!-- Bootstrap core CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="assets/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<link href="https://fonts.lug.ustc.edu.cn/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="assets/css/landing-page.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<!-- <nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="navbar-brand" href="#">Start Bootstrap</a>
<a class="btn btn-primary" href="#">Sign In</a>
</div>
</nav> -->
<!-- Masthead -->
<header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-5">Static Files Hosting for Check-in Game</h1>
<h3 class="mb-5">签到游戏静态文件托管站</h3>
</div>
</div>
</div>
</header>
<!-- Update Time -->
<section class="testimonials text-center bg-light">
<div class="container">
<h2 class="mb-5">状态 / Status</h2>
<p>
<img src="https://api.netlify.com/api/v1/badges/9dfdad23-edf4-4475-8b99-b3292b52c98b/deploy-status" alt="status">
<br>
<img src="https://www.travis-ci.org/jokin1999/checkin-static.svg?branch=master" alt="status">
</p>
</div>
</section>
<!-- Icons Grid -->
<section class="features-icons bg-light text-center">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-screen-desktop m-auto text-primary"></i>
</div>
<h3>全平台支持</h3>
<p class="lead mb-0">签到站与静态文件站全平台支持,只需要一个浏览器!</p>
</div>
</div>
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-layers m-auto text-primary"></i>
</div>
<h3>多层级架构</h3>
<p class="lead mb-0">所有静态文件使用多层级架构设计,使用时不易出错!</p>
</div>
</div>
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<i class="icon-check m-auto text-primary"></i>
</div>
<h3>超便捷用法</h3>
<p class="lead mb-0">就如同本地文件一样使用正确的路径即可!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h2 class="mb-4">Ready to join?</h2>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<a class="btn btn-outline-light" href="https://jq.qq.com/?_wv=1027&k=5ax4j23" target="_blank" role="button">Click to JOIN(QQ Group):887304185</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer pb-4 bg-light">
<div class="container">
<div class="row">
<div class="col-lg-6 h-100 text-center text-lg-left my-auto">
<ul class="list-inline mb-2">
<li class="list-inline-item">
<a class="text-dark" href="https://checkin.twocola.com" target="_blank">签到站</a>
</li>
<li class="list-inline-item">⋅</li>
<li class="list-inline-item">
<a class="text-dark" href="http://tcapps.twocola.com/" target="_blank">可乐趣玩</a>
</li>
</ul>
<p class="text-muted small mb-4 mb-lg-0">© Check-in Game Website 2019. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<!-- <script src="assets/jquery/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script> -->
</body>
</html>