| <!DOCTYPE html> | 
| <html xmlns:th="http://www.w3.org/1999/xhtml"> | 
| <head> | 
|     <meta charset="utf-8"> | 
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 
|     <meta name="renderer" content="webkit"> | 
|     <meta http-equiv="Cache-Control" content="no-siteapp"/> | 
|     <title>Matrix 开发者控制台</title> | 
|     <link rel="shortcut icon" href="favicon.ico"> | 
|     <!--[if lt IE 8]> | 
|     <meta http-equiv="refresh" content="0;ie.html"/> | 
|     <![endif]--> | 
|   | 
|     <!-- 本框架基本脚本和样式 --> | 
|     <script type="text/javascript" | 
|             th:src="@{/js/plugin/jquery-2.1.4.min.js}"></script> | 
|     <script type="text/javascript" | 
|             th:src="@{/js/systools/MBase.js}"></script> | 
|   | 
|     <title>404</title> | 
|   | 
|   </head> | 
|   <body> | 
|      页面不见了 | 
|   </body> | 
| </html> |