-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror500.html
43 lines (42 loc) · 2.54 KB
/
error500.html
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
42
43
<!DOCTYPE HTML>
<html>
<head>
<title>三思·错误页</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Modern Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel='stylesheet' type='text/css' />
<!-- Custom CSS -->
<link href="css/style2.css" rel='stylesheet' type='text/css' />
<link href="css/font-awesome.css" rel="stylesheet">
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!----webfonts--->
<link href='css/fonts2.css' rel='stylesheet' type='text/css'>
<!---//webfonts--->
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</head>
<body id="login">
<div class="login-logo">
<a href="about.asp" target="_blank"><img src="logo.png" style="background-size:cover; min-height:50px; min-width:200px; width:25%;height:25%" alt=""/></a>
<h1 style="padding:20px"></h1>
<p></p>
<a href="login.asp" target="_blank"><img src="title.png" style="background-repeat:no-repeat;background-size:cover; min-height:12.5px; min-width:180px;width:24%; height:25%" alt=""/></a>
</div>
<div class="app-cam" style=" margin-top:1%">
<p>提示:您访问的页面有错误,请确认已经登录并按照正确的步骤访问网站,若还有问题,请联系网站管理员。</p>
<p align="center"><a style="color:blue" href="index.asp">返回主页</a></p>
</div>
<div class="copy_layout login" style="padding:-50%; margin-top:5%"> <p>Copyright <span id="date"></span> <a href="http://www.three-thinking.com" target="_blank" title="三思" style="color:#000000">三思</a> 版权所有||<a href="about.asp" target="_blank" title="三思" style="color:#000000">关于三思</a>||@<a href="http://www.xidian.edu.cn/" style="color:#000000" target="_blank">西安电子科技大学 </a>threethinking版权所有|陕ICP备16002727号|<a href="http://www.miitbeian.gov.cn/" style="color:#000000" target="_blank" title="三思">工信部主页</a> </p></div>
</body>
<script>
var date=new Date();
var year=date.getFullYear();
var s = document.getElementById("date");
s.innerHTML = year;
</script>
</html>