cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    
    <title>404 error page</title>
    
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">    
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    <!--
    <link rel="stylesheet" type="text/css" href="styles.css">
    -->
    <style>
    .main{text-align:center; margin:75px 0 0 0; font:normal normal 14px/1.8em normal;}
    .error_img{margin:0 0 20px 0;}
    </style>
  </head>
  
  <body>
   
<div class="main">
    <div class="error_img"><img src="${base}/static/images/404.jpg" /></div>
    出错啦!请尝试访问<a href="${base}/">首页</a>
</div>
  </body>
</html>