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

Contents of /fenglin/www/404.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sat Mar 1 09:08:07 2025 UTC (12 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +3 -6 lines
Convert GB2312 to UTF-8

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">&nbsp;</td>
16 <td>枫林在线 &gt;&gt; 页面不存在</td>
17 <td width="20">&nbsp;</td>
18 </tr>
19 <tr>
20 <td colspan=3 height=1 bgcolor=gray></td>
21 </tr>
22 <tr height=5>
23 <td>&nbsp;</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>

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