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

Annotation of /fenglin/www/contact_us.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Tue Mar 25 08:50:53 2025 UTC (11 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +1 -2 lines
Update contact info

1 sysadm 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2     <html>
3     <head>
4 sysadm 1.4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5     <title>枫林在线 - 联系我们</title>
6 sysadm 1.1 <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 sysadm 1.4 <td>枫林在线 &gt;&gt; 联系我们</td>
18 sysadm 1.1 <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     <table width="760" border="0" cellpadding="0" cellspacing="0">
28     <tr>
29     <td width="10%"></td>
30     <td width="80%" align="center">
31     <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">
32     <tr>
33     <td> <div style="margin:20px; ">
34 sysadm 1.5 <p>站长信箱:sysop@fenglin.info
35 sysadm 1.2 </p>
36 sysadm 1.1 </div></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