-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
44 lines (28 loc) · 1.32 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!Doctype html>
<html>
<head>
<title>Covid-19 Donation Camp</title>
<meta name="language" content="en-us">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel = "icon" href = "rel.png" type = "image/x-icon">
<body >
<div class="donate">
<h1> COVID-19 DONATION CAMP</h1>
<p> Donate for a noble cause which will help the people suffering during this pandemic</p>
<div class="about2">
<div class="query2" id="query2">
<form action="pay.php" method="POST" >
<br>
<input type="text" name="fname" placeholder="Name(required)" required class="name"><br>
<input type="text" pattern="[1-9]{1}[0-9]{9}" name="mob" placeholder="Mobile Number(required)" class="mob"><br>
<input type="email" name="email" placeholder="Email id(required)" required class="email" required><br>
<input type="text" name="subject" placeholder="Amount(required)" class="subject" required><br>
<a ><button class="sub" id="sub" name="submit">Donate <i class="fa fa-arrow-circle-right"></i></button></a></b>
</form>
</div>
</div>
</body>
</html>