-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselection.php
More file actions
28 lines (22 loc) · 756 Bytes
/
Copy pathselection.php
File metadata and controls
28 lines (22 loc) · 756 Bytes
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
<?php include 'header.php';?>
<!-- banner -->
<div class="banner1">
<h3>Our Products</h3>
</div>
<!-- //banner -->
<!-- gallery -->
<div class="gallery">
<h3>Choose Your Product</h3>
<div class="agile_gallery_grid_w3" style="width:280px;float: left;margin:10px">
<img src='images/12.jpg' data-big-src='images/12.jpg' alt=" " />
<p >Quis autem vel eum iure reprehenderit qui in ea voluptate.</p>
</div>
<div class="agile_gallery_grid_w3" style="width:280px;float: left;margin:10px">
<img src='images/12.jpg' data-big-src='images/12.jpg' alt=" " />
<p>Quis autem vel eum iure reprehenderit qui in ea voluptate.</p>
</div>
</div>
<br><br>
<!-- //gallery -->
<!-- footer -->
<?php include 'footer.php' ;?>