-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (41 loc) · 1.87 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Arelo | Cursos e Treinamentos</title>
<link href="css/main.css" rel="stylesheet" type="text/css"/>
<link href="css/living-form.css" rel="stylesheet" type="text/css"/>
<link href="css/countdown.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="js/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="js/jquery.backgroundPosition-1.21.js"></script>
<script type="text/javascript" src="js/jquery.livingElements-0.2.packed.js"></script>
<script type="text/javascript" src="js/jquery.countdown.js"></script>
<script type="text/javascript" src="js/effect-ini.js"></script>
<!--[if IE 6]>
<link href="css/ie6.css" rel="stylesheet" type="text/css"/>
<![endif]-->
</head>
<body>
<!-- begin Wrapper -->
<div id="wrapper">
<!-- Logo Container -->
<div id="logo"><img src="images/logo_arelo.png" alt="logo" /></div>
<!-- end Logo Container -->
<!-- Begin Headline -->
<h1> Desculpe, nós estamos atualmente trabalhando em nosso novo site</h1>
<!-- End Headline -->
<!-- Begin Teaser Text -->
<p> Estamos felizes em recebê-lo e pedimos que entre em contato através do e-mail ou telefone abaixo..</p>
<p>Telefones : (85) 88095513 e (85) 99731997<br>
Email: [email protected]
</p>
<!-- End Teaser Text -->
<p> COMEÇOU A CONTAGEM REGRESSIVA.</p>
<!-- countdown Wrapper "This is where the Js countdown script puts the numbers for the Countdown"-->
<div id="countdown"> </div>
<!-- end countdown Wrapper-->
<div class="copyright"> © 2014 <a href="http://lebredigital.com.br">Lebre Digital</a>. Todos os direitos reservados. </div>
</div>
<!-- end Wrapper -->
</body>
</html>