| 1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
| 5 |
<title>枫林在线 - 页面不存在</title>
|
| 6 |
<link rel="stylesheet" href="css/default.css" type="text/css">
|
| 7 |
</head>
|
| 8 |
<body>
|
| 9 |
<center>
|
| 10 |
<?
|
| 11 |
include "./head.inc.php";
|
| 12 |
?>
|
| 13 |
<table width="760" border="0" cellpadding="0" cellspacing="0">
|
| 14 |
<tr height=20 bgcolor=#F3F9FC>
|
| 15 |
<td width="20"> </td>
|
| 16 |
<td>枫林在线 >> 页面不存在</td>
|
| 17 |
<td width="20"> </td>
|
| 18 |
</tr>
|
| 19 |
<tr>
|
| 20 |
<td colspan=3 height=1 bgcolor=gray></td>
|
| 21 |
</tr>
|
| 22 |
<tr height=5>
|
| 23 |
<td> </td>
|
| 24 |
</tr>
|
| 25 |
</table>
|
| 26 |
<table width="760" border="0" cellpadding="0" cellspacing="0">
|
| 27 |
<tr>
|
| 28 |
<td width="10%"></td>
|
| 29 |
<td width="80%" align="center">
|
| 30 |
<table width="100%" border="1" bordercolor="#FF9900" cellpadding="0"
|
| 31 |
cellspacing="0">
|
| 32 |
<tr>
|
| 33 |
<td>
|
| 34 |
<div style="margin: 20px;">对不起,您所访问的页面不存在。<br>
|
| 35 |
</div>
|
| 36 |
</td>
|
| 37 |
</tr>
|
| 38 |
</table>
|
| 39 |
</td>
|
| 40 |
<td width="10%"></td>
|
| 41 |
</tr>
|
| 42 |
</table>
|
| 43 |
<?
|
| 44 |
include "./foot.inc.php";
|
| 45 |
?>
|
| 46 |
</center>
|
| 47 |
</body>
|
| 48 |
</html>
|