-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduct_list_page.html
34 lines (31 loc) · 1.06 KB
/
product_list_page.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Lowe's Assessment">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jquery Ajax Example</title>
<link rel="stylesheet" type="text/css" href="assets/css/reset.css" />
<link rel="stylesheet" type="text/css"
href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 col-md-12">
<!-- Block for Displaying product details -->
<div class=" product-details"></div>
</div>
</div>
<div class="row">
<!-- Block for Displaying product details widgets-->
<div class="product"></div>
</div>
</div>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/script.js"></script>
</body>
</html>