-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
33 lines (23 loc) · 948 Bytes
/
contato.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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>Fersan | Contato</title>
<meta name="keywords" content="palavras, chaves">
<meta name="description" content="Leve descrição">
<meta name="author" content="Lebre Digital">
<link rel="stylesheet" type="text/css" media="all" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css" >
<link rel="stylesheet" type="text/css" href="css/jCarousel.css">
<!-- jquery -->
<script type="text/javascript" src="bower_components/jquery/jquery.min.js"></script>
<!-- bxSlider -->
<script type="text/javascript" src="js/jquery.bxslider.min.js"></script>
<!-- jCarousel -->
<script type="text/javascript" src="js/jCarousel.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
</body>
</html>