-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (77 loc) · 3.26 KB
/
index.html
File metadata and controls
90 lines (77 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SILC - Secure Internet Live Conferencing</title>
<meta name="description" content="SILC - Secure Internet Live Conferencing, modern secure conferencing and chat protocol">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!--<link rel="stylesheet" href="css/jquery.mobile-1.4.2.min.css">-->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" type="text/css" />
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p>You are using an <strong>outdated</strong> browser. Please <a href="http://firefox.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<center><a href="/"><img src="img/silc.svg" height=64 alt="SILC logo"></a></center>
</header>
<br />
<div id="container">Secure Internet Live Conferencing.</div>
<script>document.getElementById('container').style.visibility = 'hidden';</script>
<!-- Download buttons -->
<!-- default source download -->
<div id="default">
<center>
<a class="downloadbutton" href="https://downloads.sourceforge.net/project/silc/silc/client/sources/silc-client-1.1.11.tar.gz">
<img src="img/download-new-48.png">Get SILC Client
<small>1.1.11 tar.gz</small>
</a>
<small>
<a href="docs/client/ReleaseNotes">Release Notes 2014-05-13</a> |
<a href="client.html">Other versions</a>
</small>
</center>
</div>
<!-- Windows Pidgin download -->
<div id="windows" style="display:none">
<center>
<a class="downloadbutton" href="https://www.pidgin.im/install">
<img src="img/download-new-48.png">Get Pidgin
<small>Windows EXE</small>
</a>
<small>
<a href="https://developer.pidgin.im/wiki/ChangeLog">ChangeLog</a> |
<a href="client.html">Other versions</a>
</small>
<br /><br />
for SILC users on Windows we recommend installing <a href="https://www.pidgin.im/"><i>Pidgin</i></a>.
</center>
</div>
<center>
<br /><br />
News 2019/07! sauna.silcnet.org SILC router IP has changed to 136.243.230.188. The server key has not changed.
</center>
<footer>
<nav>
<a href="info.html">INFO</a>
<a href="client.html">CLIENT</a>
<a href="server.html">SERVER</a>
<a href="dev.html">DEVELOPMENT</a>
<a href="https://github.com/silc/silc/issues">ISSUES</a>
</nav>
</footer>
<!-- JavaScript includes -->
<script src="js/jquery-1.11.1.min.js"></script>
<!--<script src="js/jquery.mobile-1.4.2.min.js"></script>-->
<script src="js/plugins.js"></script>
<script src="js/jquery.shuffleLetters.js"></script>
<script src="js/main.js"></script>
</body>
</html>