mirror of
https://github.com/Mibew/tray.git
synced 2025-01-23 02:20:35 +03:00
28 lines
880 B
PHP
28 lines
880 B
PHP
|
<?php
|
||
|
$page = 'home';
|
||
|
|
||
|
require_once('inc/header.i');
|
||
|
require_once('inc/menu.i');
|
||
|
?>
|
||
|
|
||
|
<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>
|
||
|
|
||
|
<?php require_once('inc/footer.i'); ?>
|