-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
30 lines (28 loc) · 967 Bytes
/
donate.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
<!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>Donate Now</title>
<link rel="stylesheet" href="indexstyle.css">
</head>
<body>
<header>
<div id="logo">
<img src="dove.png" alt="icon">
</div>
<div id="menu">
<div class="menu-item"><a href="index.html">Home</a></div>
<div class="menu-item"><a href="about.html">About</a></div>
<div class="menu-item"><a href="Contact.html">Contact</a></div>
</div>
</header>
<div class="box">
<h1>Donate Now</h1>
<img src="pic2.jpg">
<p>No act of kindess, however small, is ever wasted</p>
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_KUSNsGWsjEuKTW" async> </script> </form>
</div>
</body>
</html>