Files
MaxKey/docs/_includes/head.html

44 lines
2.1 KiB
Java
Raw Normal View History

2020-03-07 10:21:38 +08:00
<head>
2020-03-07 10:48:55 +08:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-06-21 22:49:51 +08:00
<meta name="generator" content="MaxKey v2.0.0" />
2020-06-21 23:04:12 +08:00
<title id="maxkey_title">MaxKey is leading-edge Identity and Access Management System-Single Sign On(SSO)</title>
2020-03-07 10:48:55 +08:00
2020-03-07 14:00:14 +08:00
<link rel="shortcut icon" type="image/x-icon" href="{{ "/images/favicon.ico" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" title="MaxKey">
2020-03-07 10:34:02 +08:00
<!-- syntax highlighting CSS -->
2020-03-07 11:14:50 +08:00
<link rel="stylesheet" href="{{ "/css/syntax.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
2020-03-07 10:21:38 +08:00
2020-03-07 10:34:02 +08:00
<!-- Custom CSS -->
2020-03-07 12:44:04 +08:00
<link rel="stylesheet" href="{{ "/css/apache-maven-fluido-1.8.min.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
<link rel="stylesheet" href="{{ "/css/site.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}">
2020-03-07 12:58:51 +08:00
<link rel="stylesheet" href="{{ "/css/print.css" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}" media="print" >
2020-03-07 11:29:19 +08:00
2020-03-07 12:44:04 +08:00
<script type="text/javascript" src="{{ "/js/apache-maven-fluido-1.8.min.js" | prepend: site.baseurl }}?{{ site.time | date: "%Y%m%d%H%M" }}"></script>
2020-03-07 11:29:19 +08:00
2020-03-07 20:09:34 +08:00
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
2020-06-21 23:04:51 +08:00
2020-03-13 11:44:07 +08:00
<script>
2020-04-27 22:28:27 +08:00
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
2020-04-27 22:49:30 +08:00
hm.src = "https://hm.baidu.com/hm.js?3190a3a1904a09c48625744a4380bbb5";
2020-04-27 22:28:27 +08:00
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
2020-06-21 22:54:52 +08:00
currentLang = navigator.language; //判断除IE外其他浏览器使用语言
if(!currentLang){//判断IE浏览器使用语言
currentLang = navigator.browserLanguage;
}
2020-06-21 23:04:12 +08:00
2020-06-21 23:07:19 +08:00
if(currentLang.substr(0,2).toLowerCase()=="zh"){
2020-06-21 23:04:12 +08:00
document.getElementById("maxkey_title").innerHTML="MaxKey-业界领先的企业级IAM身份管理和身份认证产品";
}
2020-03-13 11:44:07 +08:00
</script>
2020-04-27 22:28:27 +08:00
2020-04-27 22:49:30 +08:00
2020-03-07 10:21:38 +08:00
</head>