-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoffers3.html
42 lines (41 loc) · 1.85 KB
/
offers3.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
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>signup-form-3</title>
<link rel="stylesheet" href="./css/offers3.css" />
</head>
<body>
<div id="parent">
<img
src="https://zoomcar-assets.zoomcar.com/images/original/a5f49fa021eff6e02a55e7a6eeb00cae1aa9c2e8.jpg?1655478527" />
<h2>100% Guaranteed Airport Delivery</h2>
<p>Get Guaranteed Airport Delivery Or Get Up To 2X* Refund</p>
<h2>How to avail</h2>
<h4>What is 2X Refund ?</h4>
<div id="para1">
<p>Refund of full booking amount paid by user plus credit of</p>
<p>equivalent booking amount as Z-points.</p>
<h4>Who are eligible for 2X Refund ?</h4>
<div id="para2">
<p>Any airport cancellation which is due to Zoomcar.</p>
</div>
<h4>When will the 2X Refund be processed ?</h4>
<div id="para3">
<p>1. Refund of the full booking amount paid by user will be</p>
<p>done automatically post cancellation of trip.</p>
<p>2. Credit of equivalent booking amount as Z- points will
be</p>
<p>done every Tuesday for all eligible cancelled bookings</p>
<p>of previous week.</p>
</div>
<h4>Is there a max capping of Z-points which will be credited ?</h4>
<p>Yes, max Z-points that can be credited is 10K.</p>
<h3>Please Note</h3>
</div>
</div>
</body>
<script src="./js/offers3.js"></script>
</html>