cy
2022-06-23 da30b02214ab3a35a3b2ac163afce87e70a39ff4
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
29
30
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>${Constants.company_name}</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">
    -->
     <link rel="stylesheet" href="${base}/static/css/reset.css" type="text/css"></link>
    <script type="text/javascript" src="${base}/static/script/jquery.js"></script>
  </head>
  
  <body style="padding-top:100px;background:#00aff0;text-align:center;">
  <table width="100%" height="400px">
  <tr><td align="center">
      <img src="${base}/static/usercenter/images/goto-logo.gif" style="margin:100px auto;"  />
      </td>
  </tr>
  <tr><td align="center">
      <img src="${base}/static/usercenter/images/loading-circle.gif" style="margin:100px auto;"  />
      </td>
  </tr>
  </table>
  </body>
</html>