yusijie
2023-08-16 d9d0587b8ae82785a97b874a4d2b0fff9d3e0882
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>