b05487acd10a480b80e0e363066b4fd4dae26ac2
[silc.git] / scripts / silcdoc / index.php
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-a" />
6  <meta http-equiv="Content-Language" content="en" />
7  <meta name="description" content="SILC Secure Internet Live Conferencing" />
8  <meta name="keywords" content="SILC, secure, chat, protocol, cipher, encrypt, SKE" />
9  <meta content="INDEX, FOLLOW" name="ROBOTS" />
10  <style type="text/css">
11   <!--
12   body { color: #000000; background: #bbbbbb; font-family: Helvetica, Arial, Sans-serif; }
13   a:link { text-decoration: none; color: #2f486f; }
14   a:visited { text-decoration: none;color: #2f486f; }
15   a:active { text-decoration: none; color: #2f486f; }
16   -->
17  </style>
18 </head>
19
20 <body bgcolor="#aaaaaa" text="#000000" link="#2f486f" alink="#2f486f" vlink="#2f486f">
21
22 <br />
23 <div align="center">
24 <table width="800" bgcolor="#000000" cellpadding="1" cellspacing="0" border="0">
25  <tr>
26   <td>
27     <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0">
28      <tr>
29       <td>
30         <table width="100%" bgcolor="#e2e2e2" cellpadding="10" cellspacing="0" border="0">
31         <tr><td><font face="Helvetica,Arial,Sans-serif">
32 <?php
33 require "$page";
34 ?>
35            </font>
36           </td>
37          </tr>
38         </table>
39       </td>
40      </tr>
41     </table>
42   </td>
43  </tr>
44 </table>
45 </font>
46 </div>
47
48 </body>
49 </html>