dddd
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

43 lines
1.8 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="favicon.ico">
<title></title>
<script type="text/javascript">
(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];
var ieVersion =theUA.match(/trident\s?\/\d+/)[0];
var isshow = ieVersion.match(/\d/)[0];
if (isshow < 11) {
var str = "你的浏览器版本太低,请升级浏览器 :(";
var str2 = "推荐使用:<a href='https://cdn.tongbuxing.net/1MHyJx/SetupChrome.exe' target='_blank' style='color:blue;'>谷歌浏览器</a>,"
+ "<a href='https://down.360safe.com/cse/360cse_13.0.2256.0.exe' target='_blank' style='color:blue;'>360极速版</a>,"
+ "其他双核极速模式";
document.writeln("<pre style='text-align:center;color:#fff;background-color:#0cc; height:100%;border:0;position:fixed;top:0;left:0;width:100%;z-index:1234'>" +
"<h2 style='padding-top:200px;margin:0'><strong>" + str + "<br/></strong></h2><h2>" +
str2 + "</h2><h2 style='margin:0'><strong>如果你的使用的是双核浏览器,请切换到极速模式访问<br/></strong></h2></pre>");
document.execCommand("Stop");
};
}
})(window);
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>