-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpaytm.html
55 lines (48 loc) · 2.03 KB
/
paytm.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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!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>Document</title>
<link rel="icon" href="https://blinkit.com/images/apple-touch-icon-change-60x60-1be1e81.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./CSS/paytm.css">
<style>
</style>
</head>
<body>
<div class="rbody">
<div class="main-card">
<div class="cut-div">
<button class="cutbtn">x</button>
<div class="card-paytm">
<div class="link-account">
PaytmLink Account
</div>
<div class="link-body">
<div>
<img src="https://cdn.grofers.com/app/uploads/payments/paytm.png" alt="">
<div class="linkbody-text">Please login to yourPaytm Account</div>
</div>
<form>
<div class="login-fulllength">
<i class="fa-solid fa-mobile-screen-button"></i>
<div id="storeTheContactNumberM">+91-</div>
<input type="tel" name="phoneNumber" maxlength="10" class="login-phone">
</div>
</form>
<button class="callotp">Login</button>
</div>
</div>
</div>
</div>
</div>
</body>
<script src="./script/paytm.js"></script>
</html>
<script>
// let storeTheContactNumberInput=document.querySelector("#storeTheContactNumberM")
</script>