mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-21 18:54:21 +00:00
29 lines
1.2 KiB
HTML
29 lines
1.2 KiB
HTML
<!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> |