24 lines
584 B
HTML
24 lines
584 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
|
|
<title>无标题文档</title>
|
|
<style type="text/css">
|
|
<!--
|
|
.txt {
|
|
font-size: 12px;
|
|
color: #000000;
|
|
}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<table width="760" height="600" border="0" align="center" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td align="center" class="txt">操作成功!<a href="xxgl.php">点击返回</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|