-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonation.html
85 lines (63 loc) · 2.59 KB
/
donation.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
<!DOCTYPE HTML>
<html>
<head>
<title>DONATE LIFE </title>
<link rel="stylesheet" href="styles/layout.css" type="text/css" />
</head>
<body id="top">
<div class="wrapper row1">
<div id="header" class="clear">
<div class="fl_left">
<h1><a href="donate.html"><img src="a2.jpg" style="width:900px;height:240px;"></a></h1>
</div>
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper row2">
<div class="rnd">
<!-- ###### -->
<div id="topnav">
<ul>
<li><a href="donate.html">Home</a></li>
<li class="active"><a href="donation.html">Movies</a></li>
<li><a href="form.html">Sign Up</a></li>
<li><a href="aboutus.html">About us</a></li>
</ul>
</div>
<!-- ###### -->
</div>
</div>
<!-- ##################################################################################################### -->
<!-- ##################################################################################################### -->
<div class="wrapper row3">
<div class="rnd">
<div id="container" class="clear">
<!-- ####################################################################################################### -->
<div id="content">
<h1>List of Movies</h1>
<form action="action_page.php">
<center>
<select name="Movies">
<option value="John Wick">John Wick</option>
<option value="The Raid 2">The Raid 2</option>
<option value="The Expendables 3">The Expendables 3</option>
<option value="Avatar">Avatar</option>
<option value="Spiderman 3">Spiderman 3</option>
<option value="Superman returns">Superman Returns</option>
<option value="John Carter">John Carter</option>
</select>
<br><br>
<input type="submit">
</center></form>
</div>
</div>
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
</div>
</div>
</div>
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
</body>
</html>