-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtarrif.php
86 lines (67 loc) · 1.38 KB
/
tarrif.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="carrental.css">
<title>Page Title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<div class="navbar">
<a href="carrental.php">Home</a>
<a href="#">Tarrifs</a>
<a href="#">About us</a>
<a href="#">Contact us</a>
<a href="login.php" class="right">Login</a>
<a href="registration.php" class="right">Sign Up</a>
</div>
<div class="bg-image"></div>
<div class="bg-text">
<div class="header">
<?php ?>
<center>
<table border>
<tr>
<th>Cost (INR)</th>
<th>Distance (KMs)</th>
</tr>
<tr>
<th><50</th>
<td>700</td>
</tr>
<tr>
<th>50 - 100</th>
<td>1500</td>
</tr>
<tr>
<th>100 - 150</th>
<td>2000</td>
</tr>
<tr>
<th>For each Extra KM</th>
<td>50</td>
</tr>
</table><br>
! Tolls are not included in the payment and are to be payed by the customer itself
<br>
<table>
<tr>
In case you need a driver
</tr>
<tr>
<th>per day</th>
<th>200 INR</th>
</tr>
</table>! In case the driver misbehaves call us
</center>
</div>
</div>
</div>
</body>
</html>
</div>