xzrkz-web/index.html

29 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="static/logo.ico"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>xz_culture</title>
<link rel="stylesheet" href="./static/font-awesome-4.7.0/css/font-awesome.css"/>
<script src="./static/ckplayer/ckplayer/ckplayer.js"></script>
<script src="./static/laydate/laydate.js"></script>
<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=RrkB6G1UWWnGW2VN3ce9znbpWIfgRG4g&s=1"></script>
<script>
(function(window) {
var theUA = window.navigator.userAgent.toLowerCase();
if ((theUA.match(/msie\s\d+/) && theUA.match(/msie\s\d+/)[0]) || (theUA.match(/trident\s?\d+/) && theUA.match(/trident\s?\d+/)[0])) {
var ieVersion = theUA.match(/msie\s\d+/)[0].match(/\d+/)[0] || theUA.match(/trident\s?\d+/)[0];
if (ieVersion < 11) {
window.location.href = '/download/index.html'
};
}
})(window);
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>