updates
[crypto.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 bgcolor="#e2e2e2">
30         <br /><a href="index.php?page=news"><img src="img/silc.gif" width="700" height="100" alt=" SILC Secure Internet Live Conferencing " border="0" /></a>
31       </td>
32      </tr>
33      <tr><td bgcolor="#000000" height="1"></td></tr>
34      <tr>
35       <td>
36         <table width="100%" bgcolor="#e2e2e2" cellpadding="10" cellspacing="0" border="0">
37         <tr><td><font face="Helvetica,Arial,Sans-serif">
38 <?php
39 require "$page";
40 ?>
41            </font>
42           </td>
43          </tr>
44         </table>
45       </td>
46      </tr>
47     </table>
48   </td>
49  </tr>
50 </table>
51 </font>
52 </div>
53
54 </body>
55 </html>