初始化
This commit is contained in:
44
Face.Web/Views/Home/Error.cshtml
Normal file
44
Face.Web/Views/Home/Error.cshtml
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
@{
|
||||
Layout = null;
|
||||
}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Face | 404 Error</title>
|
||||
|
||||
<link href="~/Theme/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="~/Theme/font-awesome/css/font-awesome.css" rel="stylesheet">
|
||||
|
||||
<link href="~/Theme/css/animate.css" rel="stylesheet">
|
||||
<link href="~/Theme/css/style.css" rel="stylesheet">
|
||||
|
||||
</head>
|
||||
|
||||
<body class="gray-bg">
|
||||
|
||||
|
||||
<div class="middle-box text-center animated fadeInDown">
|
||||
<h1>500</h1>
|
||||
<h3 class="font-bold">内部服务器错误</h3>
|
||||
|
||||
<div class="error-desc">
|
||||
请检查网络设置或稍后重试<br />
|
||||
<br /><a href="javascript:history.go(-1)" class="btn btn-primary m-t">返回上一页</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Mainly scripts -->
|
||||
<script src="~/Theme/js/jquery-2.1.1.js"></script>
|
||||
<script src="~/Theme/js/bootstrap.min.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user