-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupport.aspx
44 lines (36 loc) · 2.33 KB
/
Support.aspx
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Support.aspx.cs" Inherits="LuckPrize.Support" %>
<!-- #include file="header.aspx" -->
<div style="width:800px">
<div style="padding:16px; text-align:left; float:left; width:768px; height:590px; background-image:url('img/pattern_01.jpg');">
<br><h2>Suporte</h2><br /><br /><br />
<div class="text_content">
<b>A satisfação do cliente é a nossa prioridade máxima!</b><br><br><br>
Temos ao seu dispor suporte amigável e profissional 24 horas por dia x 7 dias por semana. Contacte-nos por: e-mail, formulário ou suporte ao vivo (Live Chat).
Todas as regras do nosso site podem ser encontradas na seção "Termos e Condições". Lembre-se: Se não conseguir encontrar a informação que necessita, basta entrar
em contato conosco via: e-mail, formulário ou falar com um dos nossos atendentes ao vivo (Live Chat). <b>OBS: Sua senha é secreta e nenhum funcionário do LuckPrize.com está autorizado a solicitá-la.</b><br><br><br><br>
<table cellspacing=2 cellpadding=2 border=0>
<tr>
<td nowrap>
<font color=ffffff size=2>E-mail ou formulário de suporte ao cliente:</font>
<font color=ffffff size=2><b><a href="Form.aspx" class=bot><b>Click aqui!</b></a></b></font><br><br>
</td>
</tr>
<tr>
<td nowrap>
<font color=ffffff size=2>Suporte ao cliente On-line (Live Chat):</font>
<font color=ffffff size=2><b>
<a href="http://www.comm100.com/livechat/" onclick="comm100_Chat();return false;" target="_blank"><b>Click aqui!</b></a></b></font><br><br>
</td>
</tr>
<tr>
<td nowrap width=215>
<font color=ffffff size=2>Perguntas Frequentes:</font>
<font color=ffffff size=2><b><a href="Faq.aspx" class=bot><b>Click aqui!</b></a></b></font>
</td>
</tr>
<br />
</table>
</div>
</div>
</div>
<!-- #include file="footer.aspx" -->