YL
2021-11-22 702aba29448a0f5729f31df6f511873b8d42cef2
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>