-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (67 loc) · 1.84 KB
/
index.html
File metadata and controls
68 lines (67 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<link
href="https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@300&display=swap"
rel="stylesheet"
/>
<meta charset="utf-8" />
<title>Helping Guide</title>
<style>
img {
height: 400px;
width: 400px;
}
li {
font-size: large;
}
</style>
</head>
<body style="font-family: 'Gemunu Libre', sans-serif">
<div style="display: flex; justify-content: center; align-items: center">
<div
style="
background: #e8fcff;
margin: 12px;
width: 50%;
display: flex;
justify-content: center;
align-items: center;
"
>
<div style="margin: 14px; width: 80%">
<h2
style="color: #3a6351; font-size: 40px; text-decoration: underline"
>
How to do mobile recharge -
</h2>
<h4>Follow these steps -</h4>
<ol>
<li>Open the Paytm mobile application</li>
<li>Click on ‘Recharge & Pay Bills’</li>
<li>Click on ‘Mobile Recharge’</li>
<li>Choose Prepaid</li>
<li>Enter Mobile Number</li>
<li>Check Plans</li>
<li>Click on Proceed/Pay Button</li>
<li>Choose the method to pay and click pay button</li>
</ol>
<div>
<h3>Step 1.</h3>
<img src="./img/1.jpeg" />
<h3>Step 2.</h3>
<img src="./img/2.jpg" />
<h3>Step 3.</h3>
<img src="./img/3.jpg" />
<h3>Step 4.</h3>
<img src="./img/4.jpg" />
<h3>Step 5.</h3>
<img src="./img/5.jpg" />
<h3>Step 6.</h3>
<img src="./img/6.webp" />
</div>
</div>
</div>
</div>
</body>
</html>