Error.cshtml 433 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <meta name="viewport" content="width=device-width" />
  6. <link rel="icon" type="image/x-icon" href="/static/images/favicon.ico" mce_href="/static/images/favicon.ico">
  7. <title>错误</title>
  8. </head>
  9. <body>
  10. <hgroup>
  11. <h1>错误。</h1>
  12. <h2>处理你的请求时出错。</h2>
  13. </hgroup>
  14. </body>
  15. </html>