<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174570699-5"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Demo Shopping Page</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<div class="page-header">
<h1><a href="index.php">Instamojo Payment Gateway Integration</a></h1>
<p class="lead">A test product page</p>
</div>
<h3>Details</h3>
<div class="col-md-4">
<img src="/php/projects/payments/download.jpg" width="300" alt="..." class="img-rounded">
<h4> Shirts Mens </h4>
<h6> Price: 500</h6>
<h5> ID: 111</h5>
<a rel="nofollow" href="order.php?id=111" class="btn btn-success"> Buy Now </a>
</div>
<div class="col-md-4">
<img src="/php/projects/payments/demo-shirt.jpg" width="300" height="300" alt="..." class="img-rounded">
<h4> T Shirt Mens </h4>
<h6> Price: 700</h6>
<h5> ID: 112</h5>
<a rel="nofollow" href="order.php?id=112" class="btn btn-success"> Buy Now </a>
</div>
<div class="col-md-4">
<img src="/php/projects/payments/demo-jeans.jpg" width="300" height="300" alt="..." class="img-rounded">
<h4> Jeans Mens </h4>
<h6> Price:1000</h6>
<h5> ID: 113</h5>
<a rel="nofollow" href="order.php?id=113" class="btn btn-success"> Buy Now </a>
</div>
</div> <!-- /container -->
</body>
</html>