xzrkz-web/index.html

29 lines
1.1 KiB
HTML
Raw Normal View History

2020-06-07 10:28:34 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2020-07-11 15:13:12 +08:00
<link rel="shortcut icon" type="image/x-icon" href="static/logo.ico"/>
2020-06-07 10:28:34 +08:00
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>xz_culture</title>
2022-12-19 17:52:55 +08:00
<link rel="stylesheet" href="./static/font-awesome-4.7.0/css/font-awesome.css"/>
2020-06-07 10:28:34 +08:00
<script src="./static/ckplayer/ckplayer/ckplayer.js"></script>
2020-06-13 21:30:53 +08:00
<script src="./static/laydate/laydate.js"></script>
2020-07-16 19:30:11 +08:00
<script type="text/javascript" src="https://api.map.baidu.com/api?v=2.0&ak=RrkB6G1UWWnGW2VN3ce9znbpWIfgRG4g&s=1"></script>
<script>
2020-07-11 16:57:47 +08:00
(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) {
2020-07-14 16:14:54 +08:00
window.location.href = '/download/index.html'
2020-07-11 16:57:47 +08:00
};
}
})(window);
</script>
2020-06-07 10:28:34 +08:00
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>