| 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 |
|
| 9 |
<body>
|
| 10 |
<center>
|
| 11 |
<?
|
| 12 |
include "./head.inc.php";
|
| 13 |
?>
|
| 14 |
<table width="760" border="0" cellpadding="0" cellspacing="0">
|
| 15 |
<tr height=20 bgcolor=#F3F9FC>
|
| 16 |
<td width="20"> </td>
|
| 17 |
<td>枫林在线 >> 首页</td>
|
| 18 |
<td width="20"> </td>
|
| 19 |
</tr>
|
| 20 |
<tr>
|
| 21 |
<td colspan=3 height=1 bgcolor=gray></td>
|
| 22 |
</tr>
|
| 23 |
<tr height=5>
|
| 24 |
<td> </td>
|
| 25 |
</tr>
|
| 26 |
</table>
|
| 27 |
<?
|
| 28 |
include "./foot.inc.php";
|
| 29 |
?>
|
| 30 |
</center>
|
| 31 |
</body>
|
| 32 |
</html>
|