12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title></title>
- </head>
- <body>
- <div style="margin:0 auto;text-align:center;margin-top:100px">
- <h2>404. Not Found</h2>
- <p>没有找到你要的页面</p>
- <pre>
- .----.
- _.'__ `.
- .--($)($$)---/#\
- .' @ /###\
- : , #####
- `-..__.-' _.-\###/
- `;_: `"'
- .'"""""`.
- /, ya ,\\
- // 404! \\
- `-._______.-'
- ___`. | .'___
- (______|______)
- </pre>
- </div>
- </body>
- </html>
|