-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscc2.html
87 lines (64 loc) · 1.96 KB
/
scc2.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<html>
<link rel=stylesheet href=style.css>
<title>alleviateit.com.in</title>
<body>
<bg>
<img src=images/6.JPEG>
<img src=images/2.JPEG>
<img src=images/12.JPEG>
<img src=images/14.JPEG>
</bg>
<div class=all>
<nav>
<menu>
<a href=home.html class=nl>Home</a>
<a href=abt.html class=nl>About</a>
<a href=eve.html class=nl>Events</a>
<a href=att.html class=nl>Volunteer</a>
<a href=gal.html class=nl>Donation</a>
<a href=cont.html class=nl>Contact Us</a>
</menu>
<div class=srh><input placeholder=Search..><button class=button><span>Go</span></button></div></nav>
<nav1>
<div class=v1>
<a href=htpp://www.facebook.com><img src=images/fb.PNG></a><br><br>
<a href=htpp://www.twitter.com><img src=images/tt.PNG></a><br><br>
<a href=htpp://www.flickr.com><img src=images/fk.JPEG></a><br><br>
<a href=htpp://www.youtube.com><img src=images/yt.PNG></a><br><br>
<a href=htpp://www.googleplus.com><img src=images/g.PNG></a><br><br>
</div>
</nav1>
<div class=head><center>
<h1><fff>Alleviate</fff>It</h1>
<bbb>Let us give a hand...</bbb>
</div>
<div class=body style="height:700;">
<div class=mar>
<br>
<center>
<div id=box style="margin:0 0 0 35%;">
<h3><font color=green>PAYMENT</font></h3><br><br>
<br><br><br>
<form method="get" action="scc4.html">
<label for="name">Name on Card:</label><br>
<input type="text" id="name" name="name"><br>
<label for="card-number">Card Number:</label><br>
<input type="text" id="card-number" name="card-number"><br>
<label for="expiration-date">Expiration Date:</label><br>
<input type="text" id="expiration-date" name="expiration-date"><br>
<label for="cvv">CVV:</label><br>
<input type="password" id="cvv" name="cvv"><br><br>
<button>Submit</button>
</form>
</div>
</center>
</div>
</div>
<footer>
<center>
©2022 | <a>alleviateit</a><br>
Powered by <a>Hackleague</a><br></center>
</footer>
</div>
</body>
</html>