updates
[website.git] / info.html
1 <!DOCTYPE html>
2 <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3 <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4 <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6     <head>
7         <meta charset="utf-8">
8         <meta http-equiv="X-UA-Compatible" content="IE=edge">
9         <title>SILC - Secure Internet Live Conferencing</title>
10         <meta name="description" content="SILC - Secure Internet Live Conferencing">
11         <meta name="viewport" content="width=device-width, initial-scale=1">
12
13         <link rel="stylesheet" href="css/normalize.css">
14         <link rel="stylesheet" href="css/main.css">
15         <!--<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css">-->
16         <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
17         <script src="js/vendor/modernizr-2.6.2.min.js"></script>
18     </head>
19     <body>
20         <!--[if lt IE 7]>
21             <p>You are using an <strong>outdated</strong> browser. Please <a href="http://firefox.com/">upgrade your browser</a> to improve your experience.</p>
22         <![endif]-->
23
24         <header>
25         <center><a href="http://silcnet.org/"><img src="img/silc.svg" height=64 alt="SILC logo"></a></center>
26         </header>
27
28         <div id="container2">Download SILC Client</div>
29
30         <!-- Download -->
31         <center>
32
33         </center>
34
35         <footer>
36                 <nav>
37                 <a href="info.html">INFO</a>
38                 <a href="client.html">CLIENT</a>
39                 <a href="server.html">SERVER</a>
40                 <a href="dev.html">DEVELOPMENT</a>
41                 <a href="https://github.com/silc/silc/issues">ISSUES</a>
42                 </nav>
43         </footer>
44     
45         <!-- JavaScript includes -->
46         <script src="js/jquery-1.11.1.min.js"></script>
47         <!--<script src="js/jquery.mobile-1.4.2.min.js"></script>-->
48         <script src="js/plugins.js"></script>
49     </body>
50 </html>