-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment.html
26 lines (26 loc) · 899 Bytes
/
payment.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Payment Instructions</title>
<link rel="stylesheet" href="payment.css">
</head>
<body>
<section class="payment-container">
<div class="qr-container">
<img src="icons/chaviqr.jpg" alt="QR Code" class="qr-image">
</div>
<h1>Payment Instructions</h1>
<div class="instructions">
<h2>Steps to Make Payment:</h2>
<ol>
<li>Make the payment using the QR code above.</li>
<li>Take a screenshot of the payment confirmation.</li>
<li>Share the screenshot with us on WhatsApp.</li>
<li>You will be added to the WhatsApp community upon verification.</li>
</ol>
</div>
</section>
</body>
</html>