<!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>
|