zgq
2021-07-01 e847e108d3e8474ed9503196a38dc95e4f85ff16
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>