Files
zhgh_zjvtit/target/classes/static/error/500.html
T
2026-08-26 14:25:17 +08:00

64 lines
2.3 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
<title>服务器异常</title>
<style>
.ele-exception {
margin: 15px 0;
text-align: center;
}
.ele-exception .ele-exception-img {
color: #c0c4cc;
}
.ele-exception .ele-exception-content,
.ele-exception .ele-exception-img {
margin: 15px 30px;
display: inline-block;
vertical-align: middle;
}
.ele-exception .ele-exception-img img {
width: 216px;
height: auto;
filter: none;
}
.ele-exception .ele-exception-content {
text-align: left;
}
.ele-exception .ele-exception-content > h1 {
font-size: 72px;
font-weight: 600;
margin: 0 0 20px 0;
color: #606266;
}
.ele-exception .ele-exception-content > p {
font-size: 20px;
margin: 0 0 25px 0;
color: #909399;
}
</style>
</head>
<body>
<div id="app" v-cloak>
<div class="ele-exception">
<div class="ele-exception-img"><img alt="" src="/assets/platform/img/500.svg" style="width: 216px; height: 250px" /></div>
<div class="ele-exception-content">
<h1>403</h1>
<p>抱歉, 服务器出错了</p>
<div>
<a href="/" class="router-link-active">
<button type="button" class="el-button el-button--primary el-button--medium">
<span>返回首页</span>
</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>