1
2
3
4
5
6
7
8
9
10
11
12
13
14
| <!DOCTYPE html>
| <html>
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
| <meta name="viewport" content="width=device-width" />
| <title>错误</title>
| </head>
| <body>
| <hgroup>
| <h1>错误。</h1>
| <h2>处理你的请求时出错。</h2>
| </hgroup>
| </body>
| </html>
|
|