-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 1.93 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
<html>
<head>
<meta property="og:site_name" content="upi.devamop.in" />
<meta property="og:title" id="upi.devamop.in" content="Devam ka UPI ID" />
<meta
property="og:image"
content="https://raw.githubusercontent.com/devamop69/pay.devamop.in/main/devam69%40axl.png"
/>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap"
rel="stylesheet"
/>
<title>Devam ka UPI ID</title>
</head>
<body>
<div class="area">
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<div class="center" style="text-align: center">
<h1
style="
margin: 50px 0 20px 0;
font-weight: bolder;
font-family: 'Poppins', sans-serif;
color: white;
"
>
UPI ID: devam69@axl <button class="btn" onclick="copyContent()"><img class="clipboard" width=25 src="clipboard.png"></button>
<form>
<a class="paywith" href="https://www.paypal.com/ncp/payment/9XGF8WZMCT8HS"> <img src="paypal.gif" height="40px" alt="pay with paypal"> </a>
<a href="https://nowpayments.io/donation/devam69" target="_blank" rel="noreferrer noopener">
<img src="https://nowpayments.io/images/embeds/donation-button-black.svg" height="40px" alt="Cryptocurrency & Bitcoin donation button by NOWPayments">
</a>
<!-- <a class="paywith" href="https://payments.cashfree.com/forms/devamop"> <img src="pay_cashfree.png" height="41px" alt="pay with cashfree"> </a> -->
</form>
</h1>
<img src="[email protected]" width="650" />
</div>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<script src="script.js"></script>
</body>
</html>