ouyangqing
2021-01-21 718585e8cd435a20d2555f35b320f7840260a35d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@model System.Web.Mvc.HandleErrorInfo
@{
    Layout = null;
}
 
<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width" />
    <title>Error</title>
</head>
<body>
    <hgroup>
        <h1 class="text-danger">Error.</h1>
        <h2 class="text-danger">An error occurred while processing your request.</h2>
    </hgroup>
</body>
</html>