/[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.4 - (hide annotations)
Sat Mar 1 09:08:07 2025 UTC (12 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.3: +3 -6 lines
Convert GB2312 to UTF-8

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.2 <p>
35 sysadm 1.3 <img src="images/contact.jpg" /><br>
36 sysadm 1.2 </p>
37 sysadm 1.1 </div></td>
38     </tr>
39     </table>
40     </td>
41     <td width="10%"></td>
42     </tr>
43     </table>
44     <?
45     include "./foot.inc.php";
46     ?>
47     </center>
48     </body>
49     </html>

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