-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
84 lines (81 loc) · 3.28 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="=Hardik Dua">
<title>Create | HMFPay</title>
<meta name="description" content="ShareAble Payment's Link for HMF-UPI">
<meta name="keywords" content="UPI, Upi Shareable Link , Share UPI Payment's Link, Free Shareable UPI Link, UPI Payment">
<link href="https://fonts.googleapis.com/css?family=Poppins|Krona+One" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Bitter:wght@900&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" />
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body onload="hideF()">
<div id="header" class="headerdiv">
<h1 class="heading">
HMF Pay
</h1>
<img src="img/share.svg" class="shareicon" width="32" height="36" onclick="share();">
</div>
<div id="content" class="contentdiv">
<h1 class="headingw">
Create Shareable Link for UPI Payment
</h1>
<div id="inputd" class="inputdiv">
<div class="center">
<p class="pdetailupiid">
Enter Your (UPI ID)
</p>
<input type="text" id="vpa" placeholder="UPI ID" class="inputbox">
</div>
<div class="amountdiv">
<p class="pdetailamount">
Amount = <input type="number" id="amount" placeholder="₹" class="amountbox"> ₹
</p>
<p class="vsmalltext">
(Optional)
</p>
</div>
<div class="center">
<a onclick="genLink();" class="createb">C R E A T E</a>
<p id="invalid" class="invalidtext">
* Invalid VPA
</p>
</div>
</div>
<div id="outputd" class="outputdiv">
<p class="paymentlinktxt">
Send this link to Recieve Payment
</p>
<div class="center">
<input type="text" id="outlink" readonly="true" class="inputbox">
<p id="copiedtext" class="copiedtxt">
Copied.
</p>
<a onclick="copyLink();" class="createb">C O P Y</a>
</div>
</div>
<div>
<p class="smalltext">
If you have any Question about security or privacy, Check our<br><a href="/tos">T O S</a>.
</p>
<p class="gocless"># Go Cashless</p>
<p class="india">Made in 🇮🇳 for 🇮🇳</p>
</div>
<div id="footer" class="footerdiv">
<h1 class="logo">
H M F P A Y
</h1>
<p class="slogan">
Shareable Payment's Link for <img src="img/upi.svg" class="upilogo" width="40">
</p>
<p class="tpf" onclick="window.location.href='/privacy-policy';"><u>Privacy Policy</u></p>
</div>
</div>
</body>
<script src="js/main.js"></script>
</html>
<!--Made by Hardik Dua. Send Mail to hardikdua08[at]gmail[dot]com for contact.-->