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

Contents of /fenglin/www/template.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Fri Mar 28 05:52:43 2025 UTC (11 months, 2 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Remove legacy code

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">&nbsp;</td>
17 <td>枫林在线 &gt;&gt; 首页</td>
18 <td width="20">&nbsp;</td>
19 </tr>
20 <tr>
21 <td colspan=3 height=1 bgcolor=gray></td>
22 </tr>
23 <tr height=5>
24 <td>&nbsp;</td>
25 </tr>
26 </table>
27 <?
28 include "./foot.inc.php";
29 ?>
30 </center>
31 </body>
32 </html>

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