401.html
1.21 KB
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
41
<!DOCTYPE html >
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Cache-Control" CONTENT="no-store">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ERP 应用">
<meta name="author" content="犀牛网络">
<link rel="Shortcut Icon" href="/home/images/favicon.ico" type="image/x-icon" >
<link href="/home/vendor/bootstrap/3.2.0/css/bootstrap.css" rel="stylesheet">
<link href="/home/styles/common-old.css" rel="stylesheet">
<link href="/home/styles/application.css" rel="stylesheet">
</head>
<body >
<div id="error-page">
<div class="error-box">
<h3 class="page_401"></h3>
<p>Sorry!您还未登录哦!<br>3秒钟自动跳转或点击</p>
<a href="/401.htm">返回登录页面</a>
<div class="error-img error-img-401">
</div>
</div>
</div>
<script>
setTimeout(goOut,3000);
function goOut(){
window.location="/401.htm";
}
</script>
</body>
</html>