-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (107 loc) · 3.42 KB
/
index.html
File metadata and controls
121 lines (107 loc) · 3.42 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
<!DOCTYPE html>
<html>
<head lang="zh-cn">
<meta charset="UTF-8">
<title>Lantern - 人人可享的开放网络</title>
<meta name="viewport" content="width=device-width">
<link rel="icon" href="img/favicon.png"/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
#cnzz_stat_icon_1257178102 {
display: none;
}
header {
border-top: 10px solid #75CBDA;
padding-bottom: 3rem;
}
h1 {
background: url("img/logo.svg") no-repeat center;
background-size: contain;
display: block;
margin: 4.5rem auto;
height: 9rem;
}
h2 {
font: normal 2.750rem/3rem 'prxnv_sb', sans-serif;
color: #2A2A2A;
text-align: center;
font-size: 32px;
}
p {
font: normal 1.250rem/1.4rem 'prxnv_r', sans-serif;
color: #2a2a2a;
font-size: 14px;
}
p.centered {
width: 40vw;
margin: 1.250rem auto;
text-align: center;
}
a.button-dwnld {
height: 3.750rem;
display: block;
margin: 0 auto 1.5rem;
background-color: #75CBDA;
color: #fff;
border-radius: 5px;
width: 35vw;
font: normal 16px 'prxnv_sb', sans-serif;
text-decoration: none;
text-align: center;
padding: 1rem 0;
}
a.button-dwnld#download-android-button {
padding: 10px;
height: 60px;
line-height: 40px;
}
#download-android {
margin-bottom: 10rem;
display: block;
text-align: center;
}
footer {
width: 100%;
padding: 20px 0;
background: #75CBDA;
color: #ffffff;
text-align: center;
font-size: 14px;
}
footer a {
color: #ffffff;
text-decoration: none;
}
@media (max-width: 649px) and (min-width: 320px) {
p.centered {
width: 70vw;
}
}
</style>
</head>
<body>
<header>
<img src="img/headerlogo.jpg" alt="" style="height: 0;"/>
<a href="#"><h1></h1></a>
<h2>人人可享的开放网络</h2>
<p class="centered">Lantern是一个免费的应用程序。它能帮助你随时随地快速、可靠、安全地访问互联网。</p>
</header>
<div id="download-android">
<a href="apk/lantern-android-beta.apk" id="download-android-button"
class="button-dwnld" data-localize="DOWNLOAD_ANDROID">下载安卓版</a>
<span style="color: #75CBDA;font-size: 12px;">微信打开的用户请选择『在浏览器中打开』</span>
</div>
<footer>
Vango搬运,原站:<a href="https://getlantern.org/">Lantern</a>
</footer>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cspan id='cnzz_stat_icon_1257178102'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/z_stat.php%3Fid%3D1257178102%26show%3Dpic1' type='text/javascript'%3E%3C/script%3E"));</script>
</body>
</html>