mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 08:41:31 +00:00
keep /cn /en folders alive after upgrade
This commit is contained in:
parent
a4dd21a627
commit
abfd23cec4
29
cn/index.html
Normal file
29
cn/index.html
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
|
||||||
|
<title>AnyProxy</title>
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/github-markdown.css">
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/pilcrow.css">
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/atom-one-light.css" />
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/custom.css" />
|
||||||
|
<meta name="description" content="A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.">
|
||||||
|
<meta name="description" content="AnyProxy - 开放式的HTTP/HTTPS代理,你可以灵活控制各种网络数据">
|
||||||
|
<meta name="keywords" content="代理服务器 Proxy HTTP HTTPS">
|
||||||
|
<script>
|
||||||
|
//redirect to Chinese version if in China
|
||||||
|
if (new Date().getTimezoneOffset() == "-480" && !(/(cn|en)/i.test(location.href))) {
|
||||||
|
location.href = "/";
|
||||||
|
} else {
|
||||||
|
var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?4e51565b7d471fd6623c163a8fd79e07"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
29
en/index.html
Normal file
29
en/index.html
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
|
||||||
|
<title>AnyProxy</title>
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/github-markdown.css">
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/pilcrow.css">
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/atom-one-light.css" />
|
||||||
|
<link type="text/css" rel="stylesheet" href="assets/css/custom.css" />
|
||||||
|
<meta name="description" content="A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.">
|
||||||
|
<meta name="description" content="AnyProxy - 开放式的HTTP/HTTPS代理,你可以灵活控制各种网络数据">
|
||||||
|
<meta name="keywords" content="代理服务器 Proxy HTTP HTTPS">
|
||||||
|
<script>
|
||||||
|
//redirect to Chinese version if in China
|
||||||
|
if (new Date().getTimezoneOffset() == "-480" && !(/(cn|en)/i.test(location.href))) {
|
||||||
|
location.href = "/";
|
||||||
|
} else {
|
||||||
|
var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?4e51565b7d471fd6623c163a8fd79e07"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user