您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Error.cshtml 289B

1234567891011121314151617
  1. @{
  2. Layout = null;
  3. }
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta name="viewport" content="width=device-width" />
  8. <title>Error</title>
  9. </head>
  10. <body>
  11. <hgroup>
  12. <h1>Error.</h1>
  13. <h2>An error occurred while processing your request.</h2>
  14. </hgroup>
  15. </body>
  16. </html>