25 lines
544 B
Plaintext
25 lines
544 B
Plaintext
@{
|
|
Layout = null;
|
|
}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>发生错误</title>
|
|
<link rel="stylesheet" href="~/statics/bundles/bundle.min.css?v=1.11">
|
|
</head>
|
|
<body>
|
|
<div class="row m-5">
|
|
<div class="col-md-6 offset-md-3">
|
|
<div class="alert alert-danger">
|
|
<h4 class="alert-heading">发生错误!</h4>
|
|
<hr>
|
|
<p>请联系系统管理员</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|