-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (55 loc) · 1.92 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
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<title>TecMaster</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--<link rel="stylesheet" href="jquery.mobile-1.4.1.css" />
<link rel="stylesheet" href="jquery.mobile.datepicker.css" />
<script src="jquery-1.9.1.js"></script>
<script src="jquery.ui.datepicker-pt-BR.js"></script>
<script src="jquery.mobile-1.4.1.js"></script>
<script src="jquery.mobile.datepicker.js"></script>
<script>
$.datepicker.setDefaults( $.datepicker.regional[ "pt-BR" ] );
</script>-->
<script src="jquery-1.8.2.min.js"></script>
<script src="jquery.swipeplanes-1.2.js"></script>
<script>
$(document).ready(function() {
$('.myslider').swipePlanes();
});
</script>
<style>
.myslider{
width: 940px;
height: 480px;
border: 1px solid #CCC;
margin-left: auto;
margin-right: auto;
}
.slide{
width: 940px;
height: 480px;
background: #E8E8E8;
}
</style>
</head>
<body>
<h1><center>Gerenciamento de Vendas</center></h1>
<div class="myslider">
<div>
<div class="slide"><img src="images/bi/grafico01.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico02.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico03.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico04.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico05.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico06.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico07.png" width="100%" height="100%"/></div>
<div class="slide"><img src="images/bi/grafico08.png" width="100%" height="100%"/></div>
</div>
</div>
<script>
</script>
</body>
</html>