-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.php
34 lines (31 loc) · 1.65 KB
/
support.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$title = "服务与支持 超级图库管理软件 蓝码动力";
$keywords = "服务与支持,超级图库管理软件,SuperLib,网络版,蓝码动力";
$description = "我提供免费在线或来电技术支持,提供在线帮助安装服务(北京地区可提供无偿地售前上门演示及售后上门安装服务),免费升级,功能定制。";
include("meta.php"); ?>
</head>
<body>
<?php include 'header.php'; ?>
<div class="subbanner"><div class="banner_sup"></div></div>
<div class="main">
<div class="content">
<div class="here"><a href="index.php">首页</a> >> 服务与支持</div>
<div class="text2">
<p>● 凡使用本公司产品,我们都将提供无偿地在线或来电技术支持;</p>
<p>● 凡购买本公司产品的用户,我们可提供在线帮助安装服务(北京地区可提供无偿地售前上门演示及售后上门安装服务);</p>
<p>● 凡购买本公司产品的用户,可根据个人及单位需要,提出增加功能的要求,我们将尽量为您添加所需功能(免费);</p>
<p>● 凡本公司产品,我们都将在两年内提供免费升级的服务。</p>
<p> </p>
<p><strong>如果您有任何问题,不要犹豫,请立即联系我们!</strong></p>
<p>● <span class="email">E-mail: [email protected]</span></p>
<p>● 电话:010-62363364 / 010-62041191</p>
<p>● 传真:010-62041191</p>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
</body>
</html>