-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
59 lines (56 loc) · 1.79 KB
/
index.php
File metadata and controls
59 lines (56 loc) · 1.79 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>731X - Respeito e União</title>
<meta charset="UTF-8" />
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="js/script.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/grid-min.css" />
<script type="text/javascript">
</script>
</head>
<body>
<div class="box">
<?php include 'header-white.php'; ?>
<span class="pager"></span>
<div class="slider">
<div class="slider-item">
<img src="img/lookbook/001.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/002.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/003.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/004.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/005.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/006.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/007.jpg" width="1424px"/>
<span class="pager"></span>
</div>
<div class="slider-item">
<img src="img/lookbook/008.jpg" width="1424px"/>
<span class="pager"></span>
</div>
</div>
</div>
</body>
</html>