Helius
2020-12-23 c554c7ad5405bafa149dbb6429e8245f78b33ffc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html xmlns:th="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="renderer" content="webkit">
    <meta http-equiv="Cache-Control" content="no-siteapp"/>
    <title>Matrix 开发者控制台</title>
    <link rel="shortcut icon" href="favicon.ico">
    <!--[if lt IE 8]>
    <meta http-equiv="refresh" content="0;ie.html"/>
    <![endif]-->
 
    <!-- 本框架基本脚本和样式 -->
    <script type="text/javascript"
            th:src="@{/js/plugin/jquery-2.1.4.min.js}"></script>
    <script type="text/javascript"
            th:src="@{/js/systools/MBase.js}"></script>
 
 
<style type="text/css">
.box1 {
    margin: 0 auto;
    text-align: center;
    font-family: 'Microsoft yahei';
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>抱歉无法兼容你的IE浏览器</title>
</head>
<body>
    <div class="box1">
        <h3>本站点不支持IE8以下的浏览器版本 </h3>
        <hr>
        <p>为了获得更好的浏览体验,我们强烈建议您<a href="http://browsehappy.com/">升级</a>到最新版本的IE浏览器,或者使用较新版本的
        <a href="http://browsehappy.com/"> Google Chrome、 Firefox、 Safari</a> 等。 如果您使用的是 IE 10 或以上版本,请关闭“兼容性视图”。</p>
    </div>
</body>
</html>