build/index.html

75 lines
2.5 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.983c164f.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();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-198293321-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
window.gtag = function () { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-198293321-1');
</script> -->
<script src="/umi.ea859dd4.js"></script>
</body>
</html>