-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPossibleCode.txt
More file actions
71 lines (56 loc) · 2.53 KB
/
PossibleCode.txt
File metadata and controls
71 lines (56 loc) · 2.53 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
60
61
62
63
64
65
66
67
68
69
70
71
<div class="well well-sm" id="navbar" >
<div class="col-sm-7" >
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="mainmenu pull-left">
<ul class="nav navbar-nav collapse navbar-collapse">
<li><a href="index.php" class="active">Home</a></li>
<li class="dropdown"><a href="#">Shop<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="shop.html">Products</a></li>
<li><a href="product-details.html">Product Details</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</li>
<li><a href="404.php">Most Viewed Page</a></li>
<li><a href="contact-us.php">Contact-Us</a></li>
</ul>
</div>
</div>
<div id="custom-search-input">
<div class="input-group col-md-5">
<input type="text" class=" search-query form-control" placeholder="Search" />
<span class="input-group-btn">
<button class="btn btn-info" type="button">
<span class=" glyphicon glyphicon-search"></span>
</button>
</span>
</div>
</div>
<div>
<div class="col-sm-7">
<div class="product-information"><!--/product-information-->
<img src="images/product-details/new.jpg" class="newarrival" alt="" />
<h2>Super Duper Bike</h2>
<p>Web ID: 1089772</p>
<span>
<span>US $59</span>
<br>
<button type="button" class="btn btn-group-lg cart">
<i class="fa fa-shopping-cart"></i>
Bid now
</button>
</span>
<br>
<br>
<p><b>Category:</b> Electronics</p>
<p><b>Years of Usage:</b> New</p>
</div><!--/product-information-->
</div>