/[LeafOK_CVS]/fenglin/www/404.php
ViewVC logotype

Contents of /fenglin/www/404.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Fri Mar 28 11:22:41 2025 UTC (11 months, 2 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
Error occurred while calculating annotation data.
FILE REMOVED
Remove legacy page

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

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1