mirror of
https://github.com/Mibew/design.git
synced 2025-01-23 02:20:34 +03:00
49a0588565
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@189 c66351dc-e62f-0410-b875-e3a5c0b9693f
50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
<!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#side","");
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<div id="title">
|
|
<h1><strong>Web Messenger</strong> — 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" class="activelink"><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"><a href="download.html">download</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="container">
|
|
<div id="content">
|
|
<h3>What is Web Messenger?</h3>
|
|
<p>"Web Messenger" - is unique software allowing visitors of your site to chat with your operators.</p>
|
|
|
|
<h3>Why should I use Web Messenger?</h3>
|
|
<p>"Web Messenger" makes it easier to communicate with existing and potential clients. It will significantly increase conversion rates and online sales of your web site.</p>
|
|
|
|
<h3>How it works?</h3>
|
|
<p>You should place the button of Web Messenger at your site. Your visitors click the button and chat with your operators who help them.</p>
|
|
|
|
<h3>License</h3>
|
|
<p>This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0.</p>
|
|
|
|
<p>Project is hosted by SourceForge.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|