tray/site/download.html

44 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Web Messenger</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
<script type="text/javascript" src="niftycube.js"></script>
<script type="text/javascript">
window.onload=function(){
Nifty("ul#nav a","small transparent top");
Nifty("div#downl","");
}
</script>
</head>
<body>
<div id="header">
<div id="title">
<h1><strong>Web Messenger</strong>&nbsp;&#8212; open-source live support software</h1>
<big>allows visitors of your site to chat with your operators</big>
</div>
<div id="menu">
<ul id="nav">
<li id="home"><a href="index.html">home</a></li>
<li id="who"><a href="features.html">features</a></li>
<li id="prod"><a href="demo.html">demo</a></li>
<li id="serv" class="activelink"><a href="download.html">download</a></li>
</ul>
</div>
</div>
<div id="container">
<div id="content">
<h3>Latest release</h3>
<div id="downl">
<a href="http://prdownloads.sourceforge.net/webim/webim142.zip?download">
1.4.2, October 6, 2008
</a>
</div>
</div>
</div>
</body>
</html>