-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupport.html
More file actions
40 lines (39 loc) · 869 Bytes
/
support.html
File metadata and controls
40 lines (39 loc) · 869 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Support My Work</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, sans-serif;
max-width: 600px;
margin: 40px auto;
padding: 20px;
text-align: center;
background-color: #f9f9f9;
}
h1 {
color: #333;
}
.upi {
font-size: 20px;
font-weight: bold;
margin: 10px 0;
}
img {
margin-top: 20px;
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<h1>Support My Work</h1>
<p>If you'd like to contribute directly, you can use the UPI ID below:</p>
<p class="upi">varna@icici</p>
<p>Or scan the QR code:</p>
<img src="upi_qr_varna_icici.png" alt="UPI QR Code">
<p>Thank you for your support!</p>
</body>
</html>