73 lines
2.4 KiB
HTML
73 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="notranslate" translate="no">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="Cache-Control" content="max-age=604800" />
|
|
<meta content="always" name="referrer" />
|
|
<meta name="renderer" content="webkit" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" />
|
|
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
|
|
<meta http-equiv="Cache-Control" content="no-transform" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<meta name="viewport" content="width=1226" />
|
|
<title>GitLink</title>
|
|
<meta name="google" content="notranslate" />
|
|
<meta http-equiv="Content-language" content="en" />
|
|
<!--[if IE]>
|
|
<script>
|
|
window.location.replace("/upgrade-browser.html");
|
|
</script>
|
|
<![endif]-->
|
|
<script>
|
|
window.ENV = "build";
|
|
if (window.ENV !== "dev") {
|
|
console.log = new Function();
|
|
}
|
|
function IEVersion() {
|
|
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
|
|
var isIE =
|
|
userAgent.indexOf("compatible") > -1 &&
|
|
userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
|
|
var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
|
|
var isIE11 =
|
|
userAgent.indexOf("Trident") > -1 &&
|
|
userAgent.indexOf("rv:11.0") > -1;
|
|
if (isIE || isIE11) {
|
|
window.location.replace("/upgrade-browser.html");
|
|
}
|
|
}
|
|
IEVersion();
|
|
</script>
|
|
<link rel="stylesheet" href="/umi.12a6bdfa.css" />
|
|
<script>
|
|
window.routerBase = "/";
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.2.17
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<div style="display: none;">
|
|
<script
|
|
type="text/javascript"
|
|
src="https://v1.cnzz.com/z_stat.php?id=1279928836&web_id=1279928836"
|
|
></script>
|
|
</div>
|
|
<script>
|
|
window.gtag = new Function();
|
|
var _hmt = _hmt || [];
|
|
(function () {
|
|
var hm = document.createElement("script");
|
|
hm.src = "https://hm.baidu.com/hm.js?7e2def1fe918f15f9f1c5c061f69b256";
|
|
var s = document.getElementsByTagName("script")[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
|
|
<script src="/umi.65b049c5.js"></script>
|
|
</body>
|
|
</html>
|