-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
index.html
110 lines (95 loc) · 3.66 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
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
<!DOCTYPE html>
<html lang="zh" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>VPN Chrome 瀏覽器</title>
<link rel="stylesheet" href="master.css">
</head>
<body>
<div class="container">
<header class="graybg">
<div class="logo">
<h1><a href="https://free-vpn.github.io/chrome/">VPN Chrome</a></h1>
</div>
<h1>不受防火牆限制的Chrome瀏覽器</h1>
<p>自由訪問互聯網,支持64位Windows 10/8/7,64位macOS</p>
<p>最新版本:69.0.3489.1</p>
<div class="screenshot">
<img class="fluid" src="https://free-vpn.github.io/chrome/tiger-chromium-mac.png" alt="vpn-chrome-mac">
</div>
<div class="call-to-action">
<div class="button">
<a href="https://free-vpn.github.io/chrome/zh/download-windows.html">下载64位Windows版</a>
</div>
<div class="button">
<a href="https://free-vpn.github.io/chrome/zh/download-mac.html">下载macOS版</a>
</div>
</div>
</header>
<section>
<h1>基於Google Chrome開源項目Chromium打造</h1>
<p>Chromium是Chrome瀏覽器的項目名稱,Chromium大致領先穩定版Chrome三個月。</p>
<p>VPN Chrome使用Chromium最先進的代碼打造,讓用戶能夠享受全世界最優秀的瀏覽器,同時不受限制訪問互聯網。打開VPN Chrome,直接連接美國。</p>
<div class="screenshot">
<img class="fluid" src="https://free-vpn.github.io/chrome/map.png" alt="vpn-chrome">
</div>
</section>
<section>
<h1>自由訪問互聯網</h1>
<p>Google, Gmail, Youtube都能順利訪問,讓生活豐富多彩,讓工作更有效率。</p>
<div class="screenshot">
<img class="fluid" src="https://free-vpn.github.io/chrome/access.png" alt="vpn-chrome-unblock-websites">
</div>
</section>
<section class="graybg">
<h1>立刻體驗全世界最好的瀏覽器</h1>
<div class="call-to-action">
<div class="button">
<a href="https://free-vpn.github.io/chrome/zh/download-windows.html">下载64位Windows版</a>
</div>
<div class="button">
<a href="https://free-vpn.github.io/chrome/zh/download-mac.html">下载macOS版</a>
</div>
</div>
</section>
<section class="share">
<h1>分享给朋友</h1>
<div class="">
<img src="https://free-vpn.github.io/chrome/qrcode.png" alt="vpn-chrome-qr-code">
</div>
</section>
<section>
<h2>是否需要Android版免費VPN?</h2>
<h3>VPN和視頻下載的完美結合,娛樂到極致</h3>
<div class="">
<img src="https://free-vpn.github.io/chrome/android-vpn.png" alt="">
</div>
<div class="call-to-action">
<div class="button">
<a href="https://free-vpn.github.io/chrome/zh/download-android.html">獲取Android VPN</a>
</div>
</div>
</section>
<footer>
<div class="">
<a href="https://github.com/free-vpn/chrome/releases">VPN Chrome歷史版本</a>
</div>
<div class="">
<a href="https://www.freevpn.pw">freevpn.pw</a>
</div>
<div class="">
<a href="mailto:admin@tigervpns.co">Contact</a>
</div>
</footer>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-64806974-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-64806974-11');
</script>
</body>
</html>