YL
2022-02-15 b8a88417bb8a6f5f3b750b7670a87fda25c45296
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>