-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBusTyre.php
48 lines (33 loc) · 1.97 KB
/
BusTyre.php
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
<?php require_once './Includes/header.php' ?>
<h2><br><br></h2>
<h1> Bus Tyre</h1>
<!-- Card Section -->
<section class="card-container">
<div class="card">
<h4>Apollo Amar Gold Commercial (7.00-16)</h4>
<img src="./Images/Bus/Apollo Amar Gold Commercial Vehicle Tyre (7.00-16).jpg" alt="Apollo Amar Gold Commercial Vehicle Tyre (7.00-16)" id="images" width="200px" height="200px" />
<p class="list-price-text-danger">List Price: <s>Rs. Rs. 65000 </s></p>
<a href="#" id="btn1" class="button" align=left>Click Me</a>
</div>
<div class="card">
<h4>Apollo Endu Trax MD Commercial (12.00 R24)</h4>
<img src="./Images/Bus/Apollo Endu Trax MD Commercial Vehicle Tyre (12.00 R24).jpg" alt="Apollo Amar Gold Commercial Vehicle Tyre (7.00-16)" id="images" width="200px" height="200px" />
<p class="list-price-text-danger">List Price: <s>Rs. Rs. 65000 </s></p>
<a href="#" id="btn1" class="button" align=left>Click Me</a>
</div>
<div class="card">
<h4>Dunlop Truck & Bus Tyres CENTURION RIB 8.25-16 16 PR</h4>
<img src="./Images/Bus/Dunlop Truck & Bus Tyres CENTURION RIB 8.25-16 16 PR.jpg" alt="Apollo Amar Gold Commercial Vehicle Tyre (7.00-16)" id="images" width="200px" height="200px" />
<p class="list-price-text-danger">List Price: <s>Rs. Rs. 65000 </s></p>
<a href="#" id="btn1" class="button" align=left>Click Me</a>
</div>
<div class="card">
<h4>Dunlop Truck & Bus Tyres XM-RIB 9.00-20 16 PR.lpg</h4>
<img src="./Images/Bus/Dunlop Truck & Bus Tyres XM-RIB 9.00-20 16 PR.lpg.png" alt="Dunlop Truck & Bus Tyres XM-RIB 9.00-20 16 PR.lpg" id="images" width="200px" height="200px" />
<p class="list-price-text-danger">List Price: <s>Rs. Rs. 65000 </s></p>
<a href="#" id="btn1" class="button" align=left>Click Me</a>
</div>
</section>
<h2><br><br><br><br></h2>
<script src="./custom/js/popup.js"></script>
<?php require_once './Includes/footer.php' ?>